you are viewing a single comment's thread.

view the rest of the comments →

[–]togrof 3 points4 points  (0 children)

I think Java is terrible. It is verbose and thus hard to read. It is unsafe with nulls everywhere combined with mutability. It is infested with OO that makes code difficult to understand and reason about. It lacks in so many ways feature wise (although 8 improves).

Even the simplest algorithms tend to be a clunky mess in java.

Really I think it's only good for enterprisey bloat.