this post was submitted on 07 Sep 2024
232 points (97.2% liked)

Programmer Humor

19192 readers
1131 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
232
Java Was The Future (files.catbox.moe)
submitted 1 week ago* (last edited 1 week ago) by [email protected] to c/programmer_humor
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 week ago (2 children)

It doesn't help that they keep deprecating and changing standard stuff every other version. It's like they can't make up their mind and everything may be subject to change. Updating to the most recent release can suddenly cause 10s or 100s of compiler warnings/errors and things may no longer behave the same. Then you look up the new documentation and realize that you have to refactor a large part of the codebase because the "new way" is for whatever reason vastly different.

[–] JackbyDev 3 points 1 week ago

Can you give some examples? I'm my experience Java has been pretty easy to upgrade to new versions. 9 was a bit wacky but that was it. It's definitely been less of a headache than worrying about using Python 2 versus 3, for example.

[–] JaxNakamura 1 points 1 week ago

They made it free so they could sell courses and consultancy hours. Can't do that if it's all straightforward. It's the death star of complexity.