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