« [XP] Collective code ownership, testing, and coding standards | Inicio | An example of the Prototype Pattern »

Code smells and refactorings

I found this link via Agile Spain, and I'm blogging it for my future reference.

This is a list of bad smells ( within a class or between classes ), that can help identify some code chunks that need to be refactored, and gives some hints about how to refactor them.

Comentarios

These are from Refactoring, by Martin Fowler. Arguably one of the best programming books I own.

Very useful list. I will print it and paste on our notice board for everyone in my team !

Thanks a lot for the link.