Real Programmers don't comment their code. If it was hard to write, it should be hard to understand.
Six Stages of Debugging
- That can’t happen.
- That doesn’t happen on my machine.
- That shouldn’t happen.
- Why does that happen?
- Oh, I see.
- How did that ever work?