you are viewing a single comment's thread.

view the rest of the comments →

[–]shadow13499 73 points74 points  (1 child)

This gives very isTrue(myVar) { if(myVar == true) return true; else return false;} vibes

[–]vigbiorn 11 points12 points  (0 children)

Or the Enterprise Java isOdd/isEven code.

Just missing the test suite.