Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
It's up to the developer to decide if they write gold or crap with c++. The language allows either option.
-
@electrineer the language itself, and more so the tooling around it is what I would call awful to work with
The quality of the code others write is like playing Russian roulette except only 1 slot doesn't have a bullet in it -
@electrineer the language is not clean imo. Even the best gold will be covered in dirt.
-
@halfflat idk if I'm still in the first phase or if I skipped the second one....
-
The rule of 0/3/5 is a nice example of how much of a pain in the neck C++ can be (and is, honestly) to work with
https://en.cppreference.com/w/cpp/... -
@halfflat I usually work with a subset of the language. Less exposure to the really WTF parts. Sometimes reading other peoples' code I wonder about their life choices. There is some really "interesting" code out there.
-
C++ comes with the huge benefit of plausible deniability of intent when it comes to backdoors:
It is ultra easy to purposefully include an RCE in the code for which it is impossible to prove intent from just looking at the source. -
@Oktokolo I really like Musk’s inatruction on not so obvious abbreviations. What the hell is RCE?
-
@aviophile
Remote Code Execution.
That is the most dangerous exploit class. It also is the only exploit class that can almost completely be downgraded to DoS (Denial of Service) by just using a memory-safe language... -
Hazarth95014yNot masochistic, once you understand enough of that mess it's enjoyable to work with.
At least that's my humble opinion
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
Unskipp24So this happened last night... Gf: my favorite bra is not fitting me anymore Me: get a new one ? Gf: but it ...
-
sam966911Hats off to this lady .... I would have just flipped the machine
Obligatory I hate C++ rant
And no, I don't care what anyone has to say, you have to be masochistic to enjoy working with this crap
rant
c++