this post was submitted on 08 Jun 2026
297 points (98.7% liked)

Programmer Humor

31781 readers
40 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] xav@programming.dev 6 points 4 days ago (1 children)

I have decades of C++ experience. I have never met any C++ developer who hasn't shot himself in the foot regularly with this damn language.

[–] anon_8675309@lemmy.world 5 points 4 days ago* (last edited 4 days ago)

Developers are the problem. They get language feature envy and so the language they use gets pushed to include the new feature. It’s why a lot of devs hate languages like Go because Go is highly resistant to change. So languages like C++ and C# end up with so many features you can’t possibly know or master all of them.

For some fucking reason devs don’t want to use multiple languages.