logoalt Hacker News

drivebyhootingtoday at 4:21 AM1 replyview on HN

I think my opinion will be even more maligned: I like Java-style checked exceptions. It forces awareness of the error and a clean way to propagate it.


Replies

Nursietoday at 5:09 AM

The thing that most annoys me in Java in that area is when a dependency throws an unchecked error that wasn’t even documented.

Thanks so much for that! Now I have no choice but to be reactive when something fails…