this post was submitted on 08 Jun 2026
284 points (98.6% liked)

Programmer Humor

31779 readers
165 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
[–] mercano@lemmy.world 7 points 3 days ago (1 children)

C and C++ ask the programmer to deal with things themselves that other more modern languages do for you in the language runtime Memory management would be the big one. It’s more to wrap your head around, but if you can do it, there’s potential for more performance. In my mind, it comes down to a trade off between development time versus CPU time, and CPU time is a lot cheaper these days.

Signed, a Java dev

[–] Bogus007@lemmy.zip 1 points 3 days ago

The language of parentheses is raising its „hand“.