《Working Effectively with Legacy Code》是Prentice Hall出版的圖書,作者是Michael Feathers
基本介紹
- ISBN:9780131177055
- 作者:Michael Feathers
- 出版社:Prentice Hall
- 出版時間:2004年10月2日
- 頁數:456
- 定價:USD 64.99
- 裝幀:Paperback
內容簡介
Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Mic...(展開全部) Get more out of your legacy systems: more performance, functionality, reliability, and manageability Is your code easy to change? Can you get nearly instantaneous feedback when you do change it? Do you understand it? If the answer to any of these questions is no, you have legacy code, and it is draining time and money away from your development efforts. In this book, Michael Feathers offers start-to-finish strategies for working more effectively with large, untested legacy code bases. This book draws on material Michael created for his renowned Object Mentor seminars: techniques Michael has used in mentoring to help hundreds of developers, technical managers, and testers bring their legacy systems under control. The topics covered include Understanding the mechanics of software change: adding features, fixing bugs, improving design, optimizing performanceGetting legacy code into a test harnessWriting tests that protect you against introducing new problemsTechniques that can be used with any language or platform—with examples in Java, C++, C, and C#Accurately identifying where code changes need to be madeCoping with legacy systems that aren't object-orientedHandling applications that don't seem to have any structure This book also includes a catalog of twenty-four dependency-breaking techniques that help you work with program elements in isolation and make safer changes. © Copyright Pearson Education. All rights reserved. MICHAEL C. FEATHERS works for Obj