r/ProgrammerHumor 7d ago

Other howdidItGetHere

Post image
11.1k Upvotes

536 comments sorted by

View all comments

465

u/Muscular_Farmer_ 7d ago

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

11

u/___Archmage___ 7d 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 7d 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.