Refactoring: Improving the Design of Existing Code
Refactoring is about improving the design of existing code. Get and download textbook Refactoring: Improving the Design of Existing Code for free
Refactoring in Large Software Projects: Martin Lippert, Stephen Roock
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. With refactoring you can even take a bad design and rework it into a good one. This book offers a thorough discussion of the principles of refactoring, including where to spot opportunities for refactoring, and how to set up the required tests. There is also a catalog of more than 40 proven refactorings with details as to when and why to use the refactoring, step by step instructions for implementing it, and an example illustrating how it works The book is written using Java as its principle language, but the ideas are applicable Refactoring new edition
Download free books for Always Refactor Tee Shirts
If someone ask you when you should refactor you code, you to answer should BE: always!
Categories: Software refactoring. Contributors: William C. Wake - Author. Format: Paperback
Categories: Software refactoring, Ruby (Computer program language). Contributors: Jay Fields - Author. Format: Hardcover
Categories: Reusability->Software engineering, Software refactoring. Contributors: Martin Fowler - Author. Format: Other Format
Refactoring Textbook
There is also a catalog of more than 40 proven refactorings with details as to when and why to use the refactoring, step by step instructions for implementing it, and an example illustrating how it works The book is written using Java as its principle language, but the ideas are applicable