this post was submitted on 16 Jul 2023
1241 points (98.8% liked)

Programmer Humor

31992 readers
321 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
[–] Coreidan@lemmy.world 61 points 1 year ago* (last edited 1 year ago) (4 children)

This thread reminds me that most “developers” are terrible and don’t take the time to understand the language.

All of these Java developers you guys hate is the result of schools pushing out idiots. It’s not the language but rather the type of people you hire. These people will suck at writing in any language regardless of what order they try.

[–] cloudy1999@sh.itjust.works 7 points 1 year ago (3 children)

Agreed, good tools can be used badly. Over the years I've written Java, C++, and PHP professionally, and I've seen excellent and horrible impls in each. Today, I mostly use Java and this thread is reminding me that I need to learn a new for-fun language.

[–] loutr@sh.itjust.works 6 points 1 year ago (2 children)

Learn kotlin, it's awesome and runs on literally everything.

[–] clutchmatic@lemmy.world 4 points 1 year ago (1 children)

Kotlin won't save your skin if the code you wrote should be performant but you layered it into a heap of abstract classes, interfaces, factories, etc and, realistically, no one else would use or expand on that

[–] loutr@sh.itjust.works 7 points 1 year ago

Sure, but nobody codes like that in kotlin (or in modern Java for that matter)