qaz to Programmer [email protected]English • 2 years agoWhy use if/else when you can use try/if/catch?imagemessage-square8arrow-up195arrow-down110
arrow-up185arrow-down1imageWhy use if/else when you can use try/if/catch?qaz to Programmer [email protected]English • 2 years agomessage-square8
minus-square@[email protected]linkfedilinkEnglish18•2 years agoWhy use goto when you can throw exceptions to escape nested for loops?
minus-square@[email protected]linkfedilinkEnglish1•2 years agoExceptions 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…