194
Why do people faint at the sight of plain-text code?
(lemmy.world)
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.
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.