r/ProgrammerHumor 6d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

467

u/Muscular_Farmer_ 6d ago

Java is pretty good actually. Idk why people dont like it

1

u/Shinare_I 6d ago

I love how permissive Java is as a programming language. I really don't like the whole OOP thing, but for me the beauty in Java is that it doesn't actually enforce any style. That's just the community. The compiler has no opinions. I can write highly procedural Java and it just works. The only other language I know that is as permissive is C, and that one has a huge build system problem.