Hacker News new | ask | show | jobs
by Groxx 542 days ago
>... instead of deciding that Java suck{ed,s}, everyone seemed to decide that checked exceptions suck.

Oh yes, absolutely agreed. It's particularly strange when it comes from people talking about how amazing Rust/Swift/etc ADT errors are - if implemented in a reasonable way, they're expressively identical, so it just becomes "do you like exceptions or returns" and that's much more opinion than fact. Java's checked exceptions are factually bad.