注重体验与质量的电子书资源下载网站
分类于: 云计算&大数据 互联网
简介
Refactoring: Improving the Design of Existing Code 豆 9.1分
资源最后更新于 2020-08-19 16:11:15
作者:Martin Fowler
出版社:Addison-Wesley Professional
出版日期:1999-01
ISBN:9780201485677
文件格式: pdf
标签: 重构 refactoring Programming 软件工程 编程 计算机 程序设计 经典
简介· · · · · ·
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 w...