出版社: Prentice Hall
副标题: Effectively With Legacy Code
出版年: 2004-10-2
页数: 456
定价: USD 64.99
装帧: Paperback
ISBN: 9780131177055
内容简介 · · · · · ·
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 performance
Getting legacy code into a test harness
Writing tests that protect you against introducing new problems
Techniques 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 made
Coping with legacy systems that aren't object-oriented
Handling 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 Object Mentor, Inc., one of the world's top providers of mentoring, skill development, knowledge transfer, and leadership services in software development. He currently provides worldwide training and mentoring in Test-Driven Development (TDD), Refactoring, OO Design, Java, C#, C++, and Extreme Programming (XP). Michael is the original author of Cp...
MICHAEL C. FEATHERS works for Object Mentor, Inc., one of the world's top providers of mentoring, skill development, knowledge transfer, and leadership services in software development. He currently provides worldwide training and mentoring in Test-Driven Development (TDD), Refactoring, OO Design, Java, C#, C++, and Extreme Programming (XP). Michael is the original author of CppUnit, a C++ port of the JUnit testing framework, and FitCpp, a C++ port of the FIT integrated-testing framework. A member of ACM and IEEE, he has chaired CodeFest at three OOPSLA conferences.
喜欢读"Working Effectively with Legacy Code"的人也喜欢 · · · · · ·
Working Effectively with Legacy Code的书评 · · · · · · ( 全部 15 条 )


围绕重构来阐述如何修改遗留代码的不错的书

写代码不是一件简单的事情

翻译的很一般,机械工业出版社

重构三部曲让我对代码的理解有重生之感

书很细,无经验读着有压力
> 更多书评 15篇
论坛 · · · · · ·
本书中文版已由图灵公司出版 | 来自刘江 | 2007-10-17 01:50:44 |
这本书的其他版本 · · · · · · ( 全部3 )
-
人民邮电出版社 (2007)8.1分 386人读过
-
机械工业出版社 (2014)6.7分 37人读过
以下书单推荐 · · · · · · ( 全部 )
- 程序员最应该读的图书(原版) (hongqn)
- 軟件工程 (Milo)
- Reading Radar by ThoughtWorks (ggarlic)
- 软件 IT 经典 (uncutstone)
- 站在巨人的肩膀上(四)专家初始读物 (7655cjc)
谁读这本书? · · · · · ·
二手市场
· · · · · ·
- 在豆瓣转让 有610人想读,手里有一本闲着?
订阅关于Working Effectively with Legacy Code的评论:
feed: rss 2.0
0 有用 机动美少年高興 2021-04-19 17:19:36
我觉得作者在组织内容的时候有一个很大的问题是:他设置了很多 scenarios,然后各个章节会在不同的 scenario 之间跳跃,但是他行文没有强调 scenario 的重要性。所以这么多章看起来是一个大 topic,其实是不同 scenario 下的几个 middle level 的 topics。这些内容本质都是 heuristic,是 best practice in engineerin... 我觉得作者在组织内容的时候有一个很大的问题是:他设置了很多 scenarios,然后各个章节会在不同的 scenario 之间跳跃,但是他行文没有强调 scenario 的重要性。所以这么多章看起来是一个大 topic,其实是不同 scenario 下的几个 middle level 的 topics。这些内容本质都是 heuristic,是 best practice in engineering,它不是 science,没有公理系统给你逻辑上的线索,所以 scenario 就显得尤其重要,很遗憾没几本书能注意到这一点。 (展开)
0 有用 AndyBu 2010-01-06 16:45:43
很经典
0 有用 幻想多 2020-01-03 01:05:39
2012-02-07 有点罗嗦,没有《重构》那种耳目一新的感觉。
0 有用 whunmr 2014-06-24 21:08:25
介绍了很有用的`characterization tests` and `Link seams`
0 有用 原祖義 2022-04-24 15:49:29
Preventation is not enough
0 有用 原祖義 2022-04-24 15:49:29
Preventation is not enough
0 有用 机动美少年高興 2021-04-19 17:19:36
我觉得作者在组织内容的时候有一个很大的问题是:他设置了很多 scenarios,然后各个章节会在不同的 scenario 之间跳跃,但是他行文没有强调 scenario 的重要性。所以这么多章看起来是一个大 topic,其实是不同 scenario 下的几个 middle level 的 topics。这些内容本质都是 heuristic,是 best practice in engineerin... 我觉得作者在组织内容的时候有一个很大的问题是:他设置了很多 scenarios,然后各个章节会在不同的 scenario 之间跳跃,但是他行文没有强调 scenario 的重要性。所以这么多章看起来是一个大 topic,其实是不同 scenario 下的几个 middle level 的 topics。这些内容本质都是 heuristic,是 best practice in engineering,它不是 science,没有公理系统给你逻辑上的线索,所以 scenario 就显得尤其重要,很遗憾没几本书能注意到这一点。 (展开)
0 有用 幻想多 2020-01-03 01:05:39
2012-02-07 有点罗嗦,没有《重构》那种耳目一新的感觉。
0 有用 Reika 2019-04-18 08:26:23
TDD, 短小精湛,好读
1 有用 豆友1094556 2018-08-30 13:17:17
过誉