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



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 ebook
Page: 468
Format: pdf
Publisher: Addison-Wesley Professional
ISBN: 0201485672, 9780201485677


It is the process of changing a software system in such a way that it does not alter the external behavior of the code, yet improves its internal structure. Refactoring: Improving the Design of Existing Code. Free download eBook:Refactoring: Improving the Design of Existing Code.PDF,epub,mobi,kindle,txt Books 4shared,mediafire ,torrent download. Michael Wooten replied on Mon, 2011/10/31 - 12:29pm. Refactoring is about improving the design of existing code. 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 by Martin Fowler, et. ɇ�构的目的是让可以工作的代码更好,使面向对象的代码更简单,更容易维护。书上还说,所有的程序员应当能使用重构技术改进他们的代码。 nuts-and-bolts n.具体细节 前言 Chapter 3. 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. Ever inherit a big mountain of nasty code and have to add new features to it? Kabz writes “Refactoring (as I'll refer to the book from here on in) is a heavy and beautifully produced 418 page hardback book. The concept of 'Code smells' was popularized by Kent Beck and Martin Fowler in the book 'Refactoring: Improving the Design of Existing Code' (ISBN 978-0201485677). By far the most important programming book I ever read was Martin Fowler's "Refactoring: Improving the Design of Existing Code".