Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 747 Bytes

challenge.md

File metadata and controls

21 lines (12 loc) · 747 Bytes

Day 9: Improve tests readability.

Even though it's Chritmas town, some tasks are not fun...

Santa needs to take some time to decide which children will receive their gifts based on several criteria. He has prepared a program to help him takes his decisions.

He wants to guarantee the quality of his service and covered his code with automated tests.

Unfortunately those tests can be hard to read for certain elves...

how could we help him makes those tests more readable?

✅🚀 Challenge: Improve the tests. 🚀✅

  • 💡HINT: we can improve the construction of the input.

snippet of the day

Proposed Solution

Proposed Solution Guide