Archive

Posts Tagged ‘wiki’

Smells to Refactor

January 21st, 2010 Frank No comments

I’ve recently been coming across the term “smells” or “code smells.” Once you see it in context, it’s quite clear what it means. Something bad to fix. Java.net posted a list of such smells as well as a suggested method to correct it.  Reference lists like this can be helpful. Even if you are not actively studying things like this, it’s good to review to gain a broad view of what types of things should be avoided.

http://wiki.java.net/bin/view/People/SmellsToRefactorings

This link was given to me by my instructor for a Object-Orientated Software Development class. Again, worth while to review.