ENGLISH

Refactoring: Improving the Design of Existing Code

Book information

Publisher
Addison-Wesley Professional
Year
1999
ISBN
0201485672, 9780201485677
Google Books ID
1MsETFPD3I0C
Open Library ID
OL7407595M
Language
english
Format
PDF
Filesize
2 MB (2062985 bytes)
Edition
1
Pages
337\337
Scanned
no
Time added
2011-08-31 04:54:40

Description

Refactoring is about improving the design of existing code. 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 to any OO language.

Similar books