Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 758 Bytes

challenge.md

File metadata and controls

25 lines (15 loc) · 758 Bytes

Day 3: Work on cognition.

Third day of your journey. Today, we keep working on simplifying a code but the approach is different. Think of what is cognitively better.

The code you are about to embark is simple, yet something makes it hard to read it at first.

While not overly difficult, today is about housekeeping. Today is about doing the extra effort to make a code more maintainable.

Remember what the old developers say...

A code can always be improved.

Challenge of day 3: One dot per line.

May the crafting journey continue!

  • 💡HINT: Be consistent with your formatting rules!

snippet of the day

Proposed Solution

Proposed Solution Guide