this post was submitted on 28 Feb 2024
1008 points (97.0% liked)

Programmer Humor

32710 readers
560 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] flubba86 29 points 10 months ago* (last edited 10 months ago) (7 children)

The one thing I can say about java; the kinds of people who like Java tend to really like Java. Everyone else just leaves them to it.

[–] Lemzlez 15 points 10 months ago (6 children)

And the people hating on it somehow never used any version above 8, which is 10 years old and EOL.

[–] QuaternionsRock 2 points 10 months ago (1 children)

I’ve used Java 21 pretty extensively, and it’s still comically bad compared to various alternatives, even apples-to-apples alternatives like C#. The only reason to use Java is that you’ve already been using Java.

[–] Lemzlez 4 points 10 months ago

it’s still comically bad compared to various alternatives, even apples-to-apples alternatives like C#.

I'd be interested to hear why. IMO Java has the superior ecosystem, runtime(s!), and community. The best part is that you don't even HAVE to use java to access all this - you can just use kotlin, groovy, scala,.... instead.

In terms of the language itself, while it (still) lacks some more modern language features, it has improved massively in that area as well, and they're improving at a significant rate still. It also suffers from similar issues as PHP, where it has some old APIs that they don't want to get rid of (yet?), but overall it's a solid language.

load more comments (4 replies)
load more comments (4 replies)