Refactoring: Improving the Design of Existing Code. Don Roberts, John Brant, Kent Beck, Martin Fowler, William Opdyke

Refactoring: Improving the Design of Existing Code


Refactoring.Improving.the.Design.of.Existing.Code.pdf
ISBN: 0201485672,9780201485677 | 468 pages | 12 Mb


Download Refactoring: Improving the Design of Existing Code



Refactoring: Improving the Design of Existing Code Don Roberts, John Brant, Kent Beck, Martin Fowler, William Opdyke
Publisher: Addison-Wesley Professional




Refactoring is defined as a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior. Object oriented development was starting to come into it's own. The next book I'll probably get, since I have heard good things about it, is “Refactoring: Improving the Design of Existing Code”. I started with the “Clean Code” book by Robert Martin since I was on a limited budget. For instance, RTL refactoring can be used to abstract and understand a design [6], prepare a design for other purposes such as validation or elastization [2], optimize a design for specific tools such as synthesis or to simply improve the design of existing code [3]. Beck, “Refactoring: improving the design of existing code”, Addison Wesley Longman, 1999, pp.238 – 240. By roundcrisis | November 23, 2009. New Book: Refatoring Improving the Design of Existing Code. Refactoring: Improving the Design of Existing Code. Hi all: First meetup for the book club on Refactoring, Improving the Design of Existing Code. Dating allllll the way back to 1999. [3, 4] In his book on refactoring . When you find you have to add a feature to a program, and the program's code is not structured in a convenient way to add the feature, first refactor the program to make it easy to add the feature, then add the feature.