architecture

spfeiffer 2018-04-25T04:33:53.000144Z

Exceptions are GOTOs in disguise way too often.

1👍1💯
john 2018-04-25T05:29:34.000128Z

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

john 2018-04-25T05:30:00.000078Z

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

1😁
jpr 2018-04-25T06:56:38.000025Z

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