Hacker News new | ask | show | jobs
by coldtea 3293 days ago
Java too little?

Even if you're not required by the compiler to handle an Exception, knowing which ones are possible to be thrown in a part of the code is still handy.

The same way Optionals and Enums in language like Rust force you to handle all cases.