Hacker News new | ask | show | jobs
by V-2 4558 days ago
True, but as a developer, I expect a comment inside your empty catch block telling me why it is justified. I can't remember ever seeing one...
1 comments

Oddly, I have seldom seen an empty catch {} without a comment, though often it was simply to point out that, yes, this is intentional. Even that is better than leaving me wondering if the code is just unfinished.