Oct 25 2007

DoNothing and numerical dyslexia

Posted by Hoakz in Programming

Small beauties in programming… and not all of them are made up either ;o)

DoNothing:

function DoNothing() {
Nothing();
}

Find one error:

private static final int TWENTYFOUR = 24;
private static final int THIRTYEIGHT = 32;
private static final int FOURTYTWO = 42;

Share/Save/Bookmark

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>