Aug 7, 2008
Rewrite convention and optimize your code for maintainability
Posted by Anandhan Subbiah in Java, Programming Concepts, Technical Articles • 1 commentThe vast majority of programmers end up having to maintain code written by someone else. I was reading this article in javaworld.com and it really was in line with my thought process.
The original source is here : http://www.javaworld.com/javaworld/jw-07-2008/jw-07-harmful-idioms.html
Four harmful Java idioms, and how to fix them
Rewrite convention and optimize your code for maintainability
By John O’Hanley, [...]
