Neuerscheinungen 2016Stand: 2020-02-01 |
Schnellsuche
ISBN/Stichwort/Autor
|
Herderstraße 10 10625 Berlin Tel.: 030 315 714 16 Fax 030 315 714 14 info@buchspektrum.de |
Martin Fowler
Refactoring
Improving the Design of Existing Code. With contributions by Kent Beck, John Brant, et al. Foreword by Erich Gamma
Repr. 2016. 429 p. w. figs. 244 mm
Verlag/Jahr: ADDISON-WESLEY LONGMAN, AMSTERDAM 2016
ISBN: 0-201-48567-2 (0201485672)
Neue ISBN: 978-0-201-48567-7 (9780201485677)
Preis und Lieferzeit: Bitte klicken
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.