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




Ever inherit a big mountain of nasty code and have to add new features to it? Il est certain que ce livre est une référence sur la pratique du remaniement (Refactoring): L'étude est exhaustive, les patterns de refactoring sont très clairs, les exemples aussi, en java. What I found most useful are all the examples that are given for almost every refactoring that is described. 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. Preface from the book 'Refactoring: Improving the Design of Existing Code'. Http://www.storytellersoftware.com Mark Mahoney. ɇ�构的目的是让可以工作的代码更好,使面向对象的代码更简单,更容易维护。书上还说,所有的程序员应当能使用重构技术改进他们的代码。 nuts-and-bolts n.具体细节 前言 Chapter 3. 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. Last week, I had the opportunity to do a presentation on refactoring, using Martin Fowler's book Refactoring as the basis, for the Bartlesville Dot Net Users Group (BDNUG). Once upon a time, a consultant made a visit to a development project. Usage of the term increased after it was featured in Refactoring: Improving the Design of Existing Code.[1] Code smell is also a term used by agile programmers.[2]. Improving the Design of Existing Code (Refactoring). It is a great book from Martin Fowler & Co. This book is an extensive compilation of refactorings that range from providing meaningful names for variable to collapsing class hierarchies. Refactoring - Improving the Design of Existing Code by Martin Fowler, et. Now you can dramatically improve the design, performance, and manageability of object-oriented code without altering its interfaces or behavior.