![Twisted Evil :twisted:](./images/smilies/icon_twisted.gif)
http://www.youtube.com/watch?v=D4a1z7NLnNk
I'd hope the compiler would generate a warning. And we all use "warnings as errors", right?JP wrote:those are the little errors that are impossible to spot yourself and are placed there by reflex, such as in this example of ending every line of code with a ; ......
Another classic is writing the following:
if (a = b)
Very hard to spot when you're stressed out by it not working!