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 eBook




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


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. It is a great book from Martin Fowler & Co. In that time, many worthwhile books on the matter of refactoring have been brought to my attention. In addition to creating a design and coding it, you can now analyze the design of existing code and improve it. Refactoring enables an approach to design I call reflective design. 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. In the book Refactoring: Improving the Design of Existing Code, we "refactor" code to make it better. ɇ�构的目的是让可以工作的代码更好,使面向对象的代码更简单,更容易维护。书上还说,所有的程序员应当能使用重构技术改进他们的代码。 nuts-and-bolts n.具体细节 前言 Chapter 3. This page reviews the book Refactoring: Improving the Design of Existing Code by Martin Fowler. After picking it up a few months ago, it took me a while to finish reading it. What I found most useful are all the examples that are given for almost every refactoring that is described. I've long been told that this book is one of the must-reads for developers.