Warning: include(/home/html/bandas/conexion.php) [function.include]: failed to open stream: No such file or directory in /home/.geebee/liadora/design-nation.net/en/archives/000482.php on line 16

Warning: include() [function.include]: Failed opening '/home/html/bandas/conexion.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.geebee/liadora/design-nation.net/en/archives/000482.php on line 16

Warning: include(/home/html/bandas/banners.php) [function.include]: failed to open stream: No such file or directory in /home/.geebee/liadora/design-nation.net/en/archives/000482.php on line 17

Warning: include() [function.include]: Failed opening '/home/html/bandas/banners.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/.geebee/liadora/design-nation.net/en/archives/000482.php on line 17
design-nation.blog/en: Code smells and refactorings
ThinkGeek - Cool Stuff for Geeks and Technophiles

March 28, 2005

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.

Posted by Cesar Tardaguila Date: March 28, 2005 02:34 PM | TrackBack
Comments

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

Posted by: Keith Peters en: March 28, 2005 04:06 PM

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

Thanks a lot for the link.

Posted by: Silent Walker en: April 21, 2005 11:24 AM