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




(Refactoring: Improving the Design of Existing Code, Fowler et al, 1999). In the book Refactoring: Improving the Design of Existing Code, we "refactor" code to make it better. I got curious and downloaded its Eclipse plugin, I then picked the first bad smell code which Martin Fowler explains in his book: “Refactoring: Improving the design of existing code”. Michael Wooten replied on Mon, 2011/10/31 - 12:29pm. This page reviews the book Refactoring: Improving the Design of Existing Code by Martin Fowler. By far the most important programming book I ever read was Martin Fowler's "Refactoring: Improving the Design of Existing Code". Facing an existing project, you sometimes get confronted with “code that smells”. In my career, a very little portion of the projects I was involved with were based on new code. Refactoring: Improving the Design of Existing Code. Refactoring: Improving the Design of Existing Code (Martin Fowler, Kent Beck et al.) – The first couple of chapters are a must read for every developer. Most of them were based on existing code. Object oriented development was starting to come into it's own. When I first read Refactoring, I believed that tests were a necessary prerequisite before making structural changes to the code. Dating allllll the way back to 1999.