7

Who the hell designed the fucking Java exception system? The fucking checked/unchecked exceptions is a big piece of crap.

Makes everything more complicatedly unnecessarily

Comments
  • 1
    Just check for throwables tbh. But i think i had a problem with unchecked ones 2 times total.
  • 0
    @ganjaman The problem comes with, for example, the functional features of Java 8, you have to use things like vavr to handle the exceptions there. And there are so many other places where this is only a fucking useless pain.
  • 0
    Just use scala i guess
Add Comment