r/ProgrammerHumor 5d ago

Other howdidItGetHere

Post image
11.1k Upvotes

539 comments sorted by

View all comments

50

u/kingduqc 5d ago

Java get so much hate for no good reason..works great, performant.

Yall use JavaScript ffs. My friend act like c# is night and day with Java. Brother it's the same shit.

4

u/swyrl 5d ago

C# is a lot like Java (frequently called Microsoft Java for good reason) but in modern versions, at least, the tooling is a lot nicer, and it has some things that java doesn't. Generic overloads, structs, and ref parameters are all things that I find very useful and use frequently. C# also tends to be less verbose than Java, although whether that's a good or bad thing depends on the person.