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 book




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


(ed.) (2001): Human-Computer Interaction in the New Millennium. 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). Refactoring: Improving the Design of Existing Code (@bookpool) (@amazon) Because all code can be better. Refactoring: 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. I think this is the single greatest book on improving software that has ever been written. Fowler, Martin, Brant, John, Opdyke, William and Roberts, Don (1999): Refactoring: Improving the Design of Existing Code. €�Any fool can write code that a computer can understand. Refactoring: Improving the Design of Existing Code 重構:改善既有程式的設計. Martin Fowler's discussion book and catalogue of common refactorings is a hugely interesting read. ɇ�构的目的是让可以工作的代码更好,使面向对象的代码更简单,更容易维护。书上还说,所有的程序员应当能使用重构技术改进他们的代码。 nuts-and-bolts n.具体细节 前言 Chapter 3.