As I was reading today’s “Daily WTF” I could not help but wonder about how many really bad developers are out there in the market place. The following snippet was submitted to D-WTF after being found in some production code: public boolean checkFalse(Boolean bool) { if (bool.booleanValue() == Boolean.FALSE.booleanValue()) { return Boolean.FALSE.booleanValue(); } else { [...]
Archive for July 29th, 2005
How many bad developers are there in the world?
Posted in Everything, Software Development, tagged Code on July 29, 2005 | 6 Comments »
