You must log in or register to comment.
If !!true
if (!(1-1))
Dude, this is so non-non heinous
Unit tests be like
I like to think it’s a former web designer who’s thinking Important
I have to know what that comment says
Comment leaked
Ignore the double test text
Wow I’m a comment
I like mine better
De Morgan strikes again!
Ever see things like:
if ((x == 0) == true)
? Or:x = y == 'z' ? true : false
? Some things just really make me worry about people, you know?I did once see
if (!x) strcpy(x, "");
It was from a VB “programmer” who was experimenting with C. In production code.