qaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2年前Why use if/else when you can use try/if/catch?lemmy.worldimagemessage-square6fedilinkarrow-up177
arrow-up177imageWhy use if/else when you can use try/if/catch?lemmy.worldqaz@lemmy.world to Programmer Humor@lemmy.mlEnglish · 2年前message-square6fedilink
minus-squarelowleveldata@programming.devlinkfedilinkEnglisharrow-up15·2年前Why use goto when you can throw exceptions to escape nested for loops?
minus-squarewvenable@lemmy.calinkfedilinkEnglisharrow-up1·2年前Exceptions are fancy returns. Everything else is fancy goto, including returns…
Why use goto when you can throw exceptions to escape nested for loops?
exceptions are just fancy gotos
Exceptions are fancy returns. Everything else is fancy goto, including returns…