DEV Community

Discussion on: What do you dislike about your favorite language?

Collapse
 
mohanarpit profile image
Arpit Mohan

I'm one of the few people who actually LOVE Java. It's a solid language that gets the job done. In the recent past, Java has started to incorporate functional paradigms (which is great).

Unfortunately, stack traces that used to be effective for debugging are absolute crap now. Each stack trace is 200 lines of absolute mess with no useful information whatsoever. I miss the good ol' STFO paradigm.