REVIEW - Refactoring - Improving the Design of Existing Code


Title:

Refactoring

Improving the Design of Existing Code

Author:

Martin Fowler, Kent Beck

ISBN:

Publisher:

Addison-Wesley Professional (1999)

Pages:

431pp

Reviewer:

Roger Orr

Reviewed:

April 2002

Rating:

★★☆☆☆


I had been looking forward to reading this book for some time - the first print run was sold out before I got a copy. Fortunately it has been reprinted, and the wait was worth it.

The book falls into three parts. The first few chapters describe what refactoring is, some of its principles and guidelines; the bulk of the book is an initial catalogue of refactorings; and the end of the book comprises various articles on refactoring written by a number of well-known experts.

So, what is refactoring? It is defined in the book as "a change made to the internal structure of software to make it easier to understand and cheaper to modify without changing its observable behaviour". Unless you are a programmer who rigorously follows the 'waterfall' method of software development - and never works on version 2 of anything - I suspect a lot of your programming time is spent modifying existing code. If "the essence of training is to allow error without consequence" (Orson Scott Card) then this book provides great training as it will help you to modify code more safely. It is one of those books which, as I read it, kept describing things I do already - but with the advantages of giving then names, putting them into a context, providing a 'safety checklist' and making connections to other refactorings. All code is subject to 'software entropy' - by using the techniques in this book you can help to reverse this tendency! The technique of refactoring, by its nature, can be adopted progressively rather than by a single major shift in the way you program.

Refactoring is not substitute for experience - the chapter on recognising when to start (and when to stop!) refactoring is entitled 'Bad Smells in Code'. It gives a number of indications about code that might need refactoring, but the decision about whether, what and how much to refactor depends squarely upon your own judgement. After reading the book, however, your judgement should be better informed!

The middle section -the catalogue - gives a short summary of each refactoring, describes the motivation for doing it and provides some of the mechanics, and ends with a short worked example. The catalogue is designed as a reference section and provides solid starting point of good examples of refactoring rather than a definitive list of them all. Many of the catalogue entries refer to other refactorings which might be alternatives to consider. One of the things you will notice about the catalogue is that many of the refactorings are symmetric - for example 'Push Down Field' and then two pages on 'Pull Up Field'. I liked this recognition that there is no 'one best way' to write code under all circumstances and that software often involves a compromise between two conflicting goals. As time goes on the balance between the goals which gives the best solution for a given problem often changes - refactoring techniques help us to more safely change the balance of the compromise in working code.

The last section comprises a few chapters on refactoring written by a number of different authors about different aspects of the subject, and the range of authors provides a wider range of perspectives on it.

Finally, sandwiched between the references and the index is a "list of soundbites". This was a novel idea to me; however, I recommend collecting your own list of quotes as you read through the book, since you can select the ones particularly relevant to your programming style.

As Kent Beck provides some of the input you might guess that there is some use of the "extreme programming" methodology. However, although parts of the book are particularly relevant to this, the book as a whole is useful to a much wider audience than just XP advocates. Perhaps more crucially, the examples given are in Java and some do not 'translate' easily into C++, so if you are a C++ programmer you'll need to be aware of this.

C Vu describes itself as 'written by software developers for software developers' and this book certainly hits this mark. Recommended.


Book cover image courtesy of Open Library.





Your Privacy

By clicking "Accept Non-Essential Cookies" you agree ACCU can store non-essential cookies on your device and disclose information in accordance with our Privacy Policy and Cookie Policy.

Current Setting: Non-Essential Cookies REJECTED


By clicking "Include Third Party Content" you agree ACCU can forward your IP address to third-party sites (such as YouTube) to enhance the information presented on this site, and that third-party sites may store cookies on your device.

Current Setting: Third Party Content EXCLUDED



Settings can be changed at any time from the Cookie Policy page.