Refactoring Workbook
Publisher: Addison-Wesley Professional; 1st edition (August 22, 2003)
Language: English
ISBN-10: 0321109295
ISBN-13: 978-0321109293
For many, the obstacle to learning refactoring is in identifying the “smells“—the potential problem areas-found in code. Instead of having you read about the smells, Refactoring Workbook makes sure you understand them. You’ll solve a carefully assembled series of problems, and you’ll find yourself learning at a deeper level and arriving at a few insights of your own. Wake uses the workbook method—a learning-focused approach that forces you to apply the techniques presented in the book-in the rest of the book. This approach helps you learn and apply the most important refactoring techniques to your code and, as a side benefit, helps you to think more about creating great code even when you’re not refactoring.
Refactoring Workbook provides user-friendly references such as:
- A handy, quick-reference “smell finder”
- A standard format for describing smells
- Appendices showing key refactorings
- A listing of Java™ tools that support refactoring
- This book is intended for programmers with a knowledge of Java, though a C# or C++ programmer with a basic understanding of Java would also be able to follow and learn from the examples. It can be used as a companion to Martin Fowler’s Refactoring (also from Addison-Wesley Professional), which provides step-by-step instructions for many refactorings.