Thursday, July 22, 2010

Comprehension.equals(null)

This summarises the quality of the java code I'm working on at the moment:

if(this.getConfiguration(key).equals(null))

It's not complex, or obfuscated, it just shows a fundemental misunderstanding of the langauge.

0 comments: