Martin Fowler 1999
m (Reverted edits by Ebybymic (Talk); changed back to last version by BenjaminTaylor) |
m (→See also) |
||
Line 27: | Line 27: | ||
* [[Refactoring]] | * [[Refactoring]] | ||
* [[Code smells]] | * [[Code smells]] | ||
− | * [http://www.refactoring.com/ | + | * [http://www.refactoring.com/ Martin Fowler's refactoring page]. |
− | * [http://www.refactoring.com/catalog/ | + | * [http://www.refactoring.com/catalog/ Martin Fowler's refactoring catalog]. |
[[Category: Resources]] | [[Category: Resources]] |
Latest revision as of 02:23, 13 January 2012
This is the pre-eminent Refactoring book. It uses Java examples.
Details
Title: Refactoring : improving the design of existing code
Author: Martin Fowler + Kent Beck, John Brant, William Opdyke, Don Roberts
Year: 1999
Publisher: Addison-Wesley Professional
Link: Amazon
Copies: In the PSL. Wals library has a copy too.
Honest Review
This is an awesome book. I found after reading this that I felt refreshed and excited about coding and continuously improving my code. The book can roughly be divided into two sections. The first of these gives an example of an application in need of refactoring. Fowler takes you step by step through the refactoring process and explains why. He then presents the final result with all its benefits.
The second setion is a large index of refactorings. Each has a description, discussion and examples where needed. The descriptions are clear and linked to similar refactorings.
This is an awesome book for reference. It is not really a book to be read cover to cover but is certainly worth a look. I would recommend this book to others. (User:BenjaminTaylor)