Refactoring

The last few years have seen a sea change in software development with the increasing popularity of agile approaches. As far as code construction (as opposed to project management) is concerned, the most significant effect has been the widespread adoption of two techniques—automated testing and refactoring.

Refactoring is the process of improving the design of existing code without changing its behavior. It is this latter, and sometimes overlooked, aspect of refactoring that will mostly concern us here. For a full introduction to refactoring, see Martin Fowler’s classic Refactoring [FBBO99].

Joe asks:
Joe asks:
What Are the Key Insights of ...

Get Debug It! now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.