DEV Community

Discussion on: Java 15 in 2020: Reasons to *not* use Java?

 
bmorearty profile image
Brian Morearty

To be clear, I wasn’t implying I like to ignore error handling. Just that I like it to be concise.

Thread Thread
 
brunoborges profile image
Bruno Borges

Aren't checked exceptions in the same area as "forcing developer to acknowledge potential fail states", while allowing developers to ignore them if they want to, and also allowing developers to purposely going with unchecked exceptions if they prefer?