Tagged Questions
1
vote
5answers
324 views
How do you cope with “brain farts”? [closed]
From the Jargon File:
brain fart: n.
The actual result of a braino, as opposed to the mental glitch that is the braino itself. E.g., typing dir on a Unix box after a session with DOS.
I've been ...
24
votes
13answers
9k views
Worst practices in C++, common mistakes [closed]
After reading this famous rant by Linus Torvalds, I wondered what actually are all the pitfalls for programmers in C++. I'm explicitly not referring to typos or bad program flow as treated in this ...