Thursday, January 27, 2011

Ridiculous Code Snippet Of The Day

I just came across this in something I was working on today at work, and I must say, this seems redundant. Also, this seems redundant.

IF (conditions == true) Then
      Print result;
ELSE
      Print result;
End