1. 首页
  2. 编程语言
  3. Javascript
  4. Refactoring JavaScript (Mar 2017)

Refactoring JavaScript (Mar 2017)

上传者: 2018-12-28 22:23:33上传 PDF文件 6.54MB 热度 38次
《重构JavaScript:把坏代码变成好代码》O'Reilly Media 2017年3月出版 正式版 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 a lso 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. lso 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.
下载地址
用户评论
davidjoin 2024-12-30 14:49:10

好资源 多谢分享