this post was submitted on 08 Feb 2025
182 points (93.3% liked)

Programmer Humor

20417 readers
270 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 0 points 20 hours ago (2 children)

I mean that they are poorly designed. And year regular languages are just as badly designed. I'd say c++ is just as bad as javascript tbh.

[–] [email protected] 1 points 11 hours ago

Take a look at Rust. It's what I'd call an exceptionally well defined language.

[–] [email protected] 3 points 16 hours ago

C++ is just an exceptionally badly designed language.

The weakness of C++ is that it attempted to be backwards compatible with C. It’s like it’s trying to be two programming languages at once.

And then it became like three languages at once when smart pointers became the norm. It makes it very difficult and confusing to learn.