Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 811 Bytes

challenge.md

File metadata and controls

30 lines (18 loc) · 811 Bytes

Day 14: Throwing exceptions out the window!

Another day in your crafting journey. Today the weather is fair and nice.

This is a perfect day for inspiration. Today you are taking another step to higher levels.

The exercise of today seems simple, yet it is not. You will look at this code base from the previous days.

You can read it.

You can understand it.

But can you still improve on it?

While refactoring this code, always remember this: You shall not break the tests.

Challenge of day 14: Do not use exceptions anymore.

May your crafting journey continue!

  • 💡HINT: Think of how you can return information about a faulty state.

snippet of the day

Proposed Solution

Proposed Solution Guide