Friday, September 21, 2007

Refactoring your tests

Martin Fowler's seminal book on refactoring speaks about the various code smells that you need to watch out for to keep your code healthy. Along with refactoring your code however, it's essential that you refactor your unit tests as well. Here's a nice paper that I found that describes various unit-test smells.

No comments: