Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 620 Bytes

06.no-exception-authorized.md

File metadata and controls

15 lines (10 loc) · 620 Bytes

Avoid Exceptions

Where do you throw exceptions? How could you implement it differently?

After discussing, take some time to discover the concept behind Avoid Exceptions.

According to this page, you have a few options to remove exceptions.

Try to remove their usage at the Portfolio and Bank level.

No exception

Step-by-step solution