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

Refactoring: Improving the Design of Existing Code



Refactoring: Improving the Design of Existing Code epub




Refactoring: Improving the Design of Existing Code Don Roberts, John Brant, Kent Beck, Martin Fowler, William Opdyke ebook
Page: 468
Publisher: Addison-Wesley Professional
Format: pdf
ISBN: 0201485672, 9780201485677


Martin Fowler's discussion book and catalogue of common refactorings is a hugely interesting read. 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. Refactoring Improving the Design of Existing Code. Way back in 1999 Martin Fowler published Refactoring — Improving the Design of Existing Code. Now you can dramatically improve the design, performance, and manageability of object-oriented code without altering its interfaces or behavior. La semana pasada, para preparar decentemente la charla que impartí en Luce I.T., leí Refactoring: improving the design of existing code de Martin Fowler y Kent Beck. Refactoring: Improving the Design of Existing Code 重構:改善既有程式的設計. The basic approach involved improving your code's running time by limiting the amount of memory space the program uses. Refactoring improving the design of existing code[ebook]. Read More Posted in: Email This BlogThis! In addition to creating a design and coding it, you can now analyze the design of existing code and improve it. Hi all: First meetup for the book club on Refactoring, Improving the Design of Existing Code. By roundcrisis | November 23, 2009. Refactoring enables an approach to design I call reflective design. Refactoring: Improving the Design of Existing Code, by Fowler et al, Addison-Wesley, 1999. Refactoring: Improving the Design of Existing Code. Refactoring is the process of changing a software system in such a way that it does not alter the external behavior of the code yet improve its internal structure. New Book: Refatoring Improving the Design of Existing Code. €�Any fool can write code that a computer can understand.