Book description
As the application of object technology--particularly the Java programming language--has become commonplace, a new problem has emerged to confront the software development community. Significant numbers of poorly designed programs have been created by less-experienced developers, resulting in applications that are inefficient and hard to maintain and extend. Increasingly, software system professionals are discovering just how difficult it is to work with these inherited, "non-optimal" applications. For several years, expert-level object programmers have employed a growing collection of techniques to improve the structural integrity and performance of such existing software programs. Referred to as "refactoring," these practices have remained in the domain of experts because no attempt has been made to transcribe the lore into a form that all developers could use. . .until now. In Refactoring: Improving the Design of Existing Code, renowned object technology mentor Martin Fowler breaks new ground, demystifying these master practices and demonstrating how software practitioners can realize the significant benefits of this new process.
With proper training a skilled system designer can take a bad design and rework it into well-designed, robust code. In this book, Martin Fowler shows you where opportunities for refactoring typically can be found, and how to go about reworking a bad design into a good one. Each refactoring step is simple--seemingly too simple to be worth doing. Refactoring may involve moving a field from one class to another, or pulling some code out of a method to turn it into its own method, or even pushing some code up or down a hierarchy. While these individual steps may seem elementary, the cumulative effect of such small changes can radically improve the design. Refactoring is a proven way to prevent software decay.
In addition to discussing the various techniques of refactoring, the author provides a detailed catalog of more than seventy proven refactorings with helpful pointers that teach you when to apply them; step-by-step instructions for applying each refactoring; and an example illustrating how the refactoring works. The illustrative examples are written in Java, but the ideas are applicable to any object-oriented programming language.
Table of contents
- Title Page
- Copyright Page
- The Addison-Wesley Object Technology Series
- Dedication
- Contents
- Foreword
- Preface
- Chapter 1. Refactoring, a First Example
- Chapter 2. Principles in Refactoring
- Chapter 3. Bad Smells in Code
- Chapter 4. Building Tests
- Chapter 5. Toward a Catalog of Refactorings
- Chapter 6. Composing Methods
- Chapter 7. Moving Features Between Objects
- Chapter 8. Organizing Data
- Chapter 9. Simplifying Conditional Expressions
- Chapter 10. Making Method Calls Simpler
- Chapter 11. Dealing with Generalization
- Chapter 12. Big Refactorings
- Chapter 13. Refactoring, Reuse, and Reality
- Chapter 14. Refactoring Tools
- Chapter 15. Putting It All Together
- References
- List of Soundbites
- Index
- List of Refactorings
Product information
- Title: Refactoring: Improving the Design of Existing Code
- Author(s):
- Release date: June 1999
- Publisher(s): Addison-Wesley Professional
- ISBN: 0201485672
You might also like
book
Refactoring: Improving the Design of Existing Code
Fully Revised and Updated–Includes New Refactorings and Code Examples “Any fool can write code that a …
book
Design Patterns: Elements of Reusable Object-Oriented Software
Capturing a wealth of experience about the design of object-oriented software, four top-notch designers present a …
book
Head First Design Patterns
What’s so special about design patterns? At any given moment, someone struggles with the same software …
book
Domain-Driven Design: Tackling Complexity in the Heart of Software
“Eric Evans has written a fantastic book on how you can make the design of your …