Code snippets PDF  | Print |  E-mail
User Rating: / 0
PoorBest 
Written by Hoakz   
Thursday, 25 October 2007
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;

 

Last Updated ( Thursday, 25 October 2007 )
 
< Prev

Sponsored Links