GeekArticles
Concepts
Design Patterns


Article :: Introduction to Refactoring to Patterns
Refactoring 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.
Sponsored Links
Read Next: Article :: Understanding The Facade Pattern
Related Topics
Design Patterns
- Data Structures and Algorithms with Object-Oriented Design Patterns in Ruby
- Data Structures and Algorithms with Object-Oriented Design Patterns in Python
- Data Structures and Algorithms with Object-Oriented Design Patterns in C#
- Object-Oriented Design Patterns in Java
- Design Patterns - Complete Ebook
- Article :: Introduction to Refactoring to Patterns
- Article :: Understanding The Facade Pattern
- Article :: Enterprise Integration Styles
- Article :: The Impact of Refactoring on Tests
- Article :: Framework Patterns: Exception Handling, Logging, and Tracing