DoNothing and numerical dyslexia

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

0 comments ↓

There are no comments yet...Kick things off by filling out the form below.

Leave a Comment