Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 715 Bytes

challenge.md

File metadata and controls

25 lines (15 loc) · 715 Bytes

Day 15: Protect your refactoring.

Today, as your journey is continuing, you feel a storm brewing. You need to protect your crew at all costs.

Today's exercise is about protecting your code. How can you protect your code from changes.

You will need to change it, adapt it but how can you make sure it never breaks.

Remember a golden rule to be 100% confident in any refactoring:

Your code needs to be tested

Challenge of day 15: Put a code under tests.

May you be protected on your crafting journey!

  • 💡HINT: How can I maximize my coverage.

snippet of the day

Proposed Solution

Proposed Solution Guide