RSS

Tag Archive | "programming"

Programming Like a Douchebag

Sunday, April 27, 2008

0 Comments

Ran across this post with an example of the worst toString method this developer has ever seen, let’s take a look: public String toString() { if (this != null) return "**** implement me"; return "i am null"; } This is really for the programmers in the group… the amount of stupid involved in writing the above snippet of code is like [...]

Continue reading...