GeekArticles
Concepts
Design PatternsArticle :: Introduction to Refactoring to Patterns
Author: awprofessional.com |
Published: 29th Aug 2005 |
Visited: 241 times |
Add CommentFiled in: Design PatternsRefactoring software by hand can be a real pain. So why not just automate the process? In this chapter, Joshua Kerievsky explains the whys and hows of refactoring, and why you shouldn't trust that automated refactoring program.
Read Article Sponsored Links
Related Articles
• Fallback Patterns for Ajax No matter how much the developer ensures that the application goes smoothly something will go wrong eventually. It may not happen today or the next few months but certain conditions will happen such as hardware or update incompatibility. That will lead to errors in executing an Ajax based applicatio ...