Join Amazon Prime and ship Two-Day for free and Overnight for $3.99. Already a member? Sign in.
Refactoring: Improving the Design of Existing Code and over 140,000 other books are available for Amazon Kindle – Amazon’s new wireless reading device. Learn more

 

or
Sign in to turn on 1-Click ordering.
 
   
More Buying Choices
37 used & new from $28.95

Have one to sell? Sell yours here
 
   
Tell a Friend
Refactoring: Improving the Design of Existing Code (The Addison-Wesley Object Technology Series)
 
 
Start reading Refactoring on your Kindle in under a minute.

Don’t have a Kindle? Get yours here.
 
  

Refactoring: Improving the Design of Existing Code (The Addison-Wesley Object Technology Series) (Hardcover)

by Martin Fowler (Author), Kent Beck (Author), John Brant (Author), William Opdyke (Author), Don Roberts (Author)
4.5 out of 5 stars  (138 customer reviews)

List Price: $59.99
Price: $47.99 & this item ships for FREE with Super Saver Shipping. Details
You Save: $12.00 (20%)
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.

Want it delivered Monday, July 28? Choose One-Day Shipping at checkout. See details

37 used & new available from $28.95
Also Available in: List Price: Our Price: Other Offers:
Kindle Edition (Kindle Book) $43.19
 
   

Better Together


Customers Who Bought This Item Also Bought

Code Complete: A Practical Handbook of Software Construction

Code Complete: A Practical Handbook of Software Construction by Steve McConnell

4.8 out of 5 stars (95)  $31.49
Test Driven Development: By Example (The Addison-Wesley Signature Series)

Test Driven Development: By Example (The Addison-Wesley Signature Series) by Kent Beck

4.1 out of 5 stars (28)  $37.40
The Pragmatic Programmer: From Journeyman to Master

The Pragmatic Programmer: From Journeyman to Master by Andrew Hunt

4.4 out of 5 stars (128)  $37.40
Refactoring to Patterns (The Addison-Wesley Signature Series)

Refactoring to Patterns (The Addison-Wesley Signature Series) by Joshua Kerievsky

4.1 out of 5 stars (42)  $49.70
Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series)

Patterns of Enterprise Application Architecture (The Addison-Wesley Signature Series) by Martin Fowler

4.5 out of 5 stars (54)  $51.99
Explore similar items : Books (100)


Editorial Reviews
Amazon.com
Your class library works, but could it be better? Refactoring: Improving the Design of Existing Code shows how refactoring can make object-oriented code simpler and easier to maintain. Today refactoring requires considerable design know-how, but once tools become available, all programmers should be able to improve their code using refactoring techniques.

Besides an introduction to refactoring, this handbook provides a catalog of dozens of tips for improving code. The best thing about Refactoring is its remarkably clear presentation, along with excellent nuts-and-bolts advice, from object expert Martin Fowler. The author is also an authority on software patterns and UML, and this experience helps make this a better book, one that should be immediately accessible to any intermediate or advanced object-oriented developer. (Just like patterns, each refactoring tip is presented with a simple name, a "motivation," and examples using Java and UML.)

Early chapters stress the importance of testing in successful refactoring. (When you improve code, you have to test to verify that it still works.) After the discussion on how to detect the "smell" of bad code, readers get to the heart of the book, its catalog of over 70 "refactorings"--tips for better and simpler class design. Each tip is illustrated with "before" and "after" code, along with an explanation. Later chapters provide a quick look at refactoring research.

Like software patterns, refactoring may be an idea whose time has come. This groundbreaking title will surely help bring refactoring to the programming mainstream. With its clear advice on a hot new topic, Refactoring is sure to be essential reading for anyone who writes or maintains object-oriented software. --Richard Dragan

Topics Covered: Refactoring, improving software code, redesign, design tips, patterns, unit testing, refactoring research, and tools.

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 beca