dandymcgee wrote:I would *never* write "if(x == false)" in my own code, I'd just use "if(!x)".
At the end of the day it doesn't matter because your compiler will optimize away stuff like that.superLED wrote:One time I was sick, I actually wrote if(x != true)