737
C++
(ani.social)
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.
Real C++ programmers pass by const ref and tell pointers to fuck off.
You can also make everything a smart pointer and be done with it.
I can count on more than one hand the number of large scale projects where converting everything to smart pointers fixed major memory issues. Even if smart pointers can’t handle circular references, the number of projects that just don’t manage their memory correctly at all and were fixed by introducing these tools is way too high.
This is a bit embarrassing but the last time I actively worked in C++ it was with Qt and pre C++11.
Almost the same as me. All kinds of programming jobs. I usually end up working in Python or C, for embedded systems work.
Of course, if you’re talking hobby, it could be anything.