Hacker News new | ask | show | jobs
by metaltyphoon 1381 days ago
The thing with try/catch is that many times, code that throws doesn't have to be handled on the call site! So you can easily have a happy path and kick the bucket to a location where the error can ACTUALLY be handled property.