好书推荐 好书速递 排行榜 读书文摘

Refactoring

Refactoring
作者:Martin Fowler / Kent Beck / John Brant / William Opdyke / Don Roberts
副标题:Improving the Design of Existing Code
出版社:Addison-Wesley Professional
出版年:1999-07
ISBN:9780201485677
行业:计算机
浏览数:85

内容简介

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.

......(更多)

作者简介

......(更多)

目录

......(更多)

读书文摘

to make the software easier to understand and modify.

......(更多)

猜你喜欢

点击查看