Friday, July 6, 2007

Refactoring without Starting Over

Image taken from the article
Today I published a short article that I have been working on for a short period of time. It is being reviewed at Code Project and you may find the article using this link: Refactoring without Starting Over.


In the article I introduce a method of adding new features to your code base without having to refactor the majority of the existing code. The method makes use of the adapter design pattern and facade design pattern.


Read the article and let me know if you found it useful.

No comments: