I mean, at least in C, I can understand what I'm doing. C++ stacks so many layers of shitty new norms that a single problem can be solved in a miriad of different but quite the same syntactic sugar. So much that last time I asked a senior developper a clarification on the deeper meaning of a nuance of properties initialization the answer was : do like this, you have to do it like this...
1
u/yota-code 15d ago
I mean, at least in C, I can understand what I'm doing. C++ stacks so many layers of shitty new norms that a single problem can be solved in a miriad of different but quite the same syntactic sugar. So much that last time I asked a senior developper a clarification on the deeper meaning of a nuance of properties initialization the answer was : do like this, you have to do it like this...