Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 829 Bytes

challenge.md

File metadata and controls

25 lines (15 loc) · 829 Bytes

Day 7: Extract to conquer.

Today is the last day of the first week of your journey. Your ship as good as new. You are ready to take on new challenges.

You've learned than extracting methods can help you avoid complexity.

Well, today, you are ready to use your newly found craft techniques to improve this code.

No obstacles should block your way by the end of today but beware! The code base is significantly bigger than the last ones.

What is my code trying to achieve?

Challenge of day 7: Simplify the run method by extracting the right behavior.

May your crafting journey bring new challenges!

  • 💡HINT: Use all the techniques you've learned this week.

snippet of the day

Proposed Solution

Proposed Solution Guide