Fork me on GitHub
#architecture
<
2018-04-25
>
spfeiffer04:04:53

Exceptions are GOTOs in disguise way too often.

💯 4
👍 4
john05:04:34

The first rule of exceptions: Don't throw to control flow

john05:04:00

The second rule of exceptions: There's always exceptions to the rules

😁 4
jpr06:04:38

if you're using exceptions as a goto solution (which can never be 100% achieved with exceptions) you're doing something very very wrong