You must log in or register to comment.
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.
Unit tests be like