Wednesday 2 September 2015

Refactoring to Patterns

What Is Refactoring To Patterns?

Refactoring to Patterns is the marriage of refactoring -- the process of improving the design of existing code -- with patterns, the classic solutions to recurring design problems. Refactoring to Patterns suggests that using patterns to improve an existing design is better than using patterns early in a new design. This is true whether code is years old or minutes old. We improve designs with patterns by applying sequences of low-level design transformations, known as refactorings.
What Are The Goals Of This Book?

This book was written to help you
Understand how to combine refactoring and patterns
Improve the design of existing code with pattern-directed refactorings
Identify areas of code in need of pattern-directed refactoring
Learn why using patterns to improve existing code is better than using patterns early in a new design

Now the connection between software patterns and agile development is finally told.” —Ward Cunningham

No comments:

Post a Comment