Y
Hacker News
new
|
ask
|
show
|
jobs
by
guappa
499 days ago
70% of any code is handling errors. It's awful (and by handling I mean just passing them to the calling function).
And no exceptions make it really easy to ignore errors instead. Which is much worse.