Hacker News new | ask | show | jobs
by 1-more 1034 days ago
That sounds awesome! Do you have that flag set on a big codebase? Was it a big hassle to turn it on (like you had to remediate a bunch of code that didn't handle exceptions before you could check it in). Have you seen any big changes since enabling it?
1 comments

Checked exceptions in Java are the default state and much of the standard library uses them.