Speaking with an accent always caught me.
C++ programmers:
if (1 == variable) { }
In C# this will give you a compiler error if you were to type if (1 = variable)
, allowing you to write the code the way you mean it instead of worrying about shooting yourself in the foot.