This post originated from an RSS feed registered with Java Buzz
by John Martin.
Original Post: The abuse of toString()
Feed Title: The Lone Programmer
Feed URL: http://www.lonepixel.com/loneprog/javablogs-index.rdf
Feed Description: Just another lazy programmer. (Java and UI Design channels only.)
A good explanation of why not to use Java's toString() method in debug code. I plead innocent, but I have to admit that it's merely from me preferring concise code, not because I had thought of the reasons given in the article.