Name: Anonymous 2012-02-03 19:19
if (a == 0){
}. . . Did this make anyone else rage?
if (a == 0){
}(!a) is a good way to represent the condition "Is the integer a equal to zero?" should be burnt to death. If it's the result of a boolean operation, (a == 0) is stupid though.