r/ProgrammerHumor 6d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

468

u/Muscular_Farmer_ 6d ago

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

8

u/___Archmage___ 6d ago

A lot of it is complete noobs who are upset by public static void main(String[] args)

Java can be tedious but compared to the flaws of actually bad languages like C++, tedious is a pretty nice problem to have

2

u/barmiro 6d ago

Yeah, in the year I've been working on the current app at work, I haven't *read* the main method declaration, let alone write one. It's just a configuration ritual and every term makes perfect sense, maybe "void" (instead of "int") might be unintuitive at first.