搜索资源列表
Refactoring-Improving the Design of Existing Code.
- 重构英文版。 讲述软件项目开发之中,对代码进行重构的一些相关内容。-Reconstruction English. On software development, the code for remodeling some relevant content.
Refactoring-improving-the-design-of-existing-code_
- 重构改善既有代码的设计 中文pdf格式 完整版 Martin Fowler 著 侯捷 熊节 译 -remodeling existing code to improve the design integrity of the Chinese pdf format version of a chairman Martin Fowler Xiong MD
Test-drivenn_development
- 测试驱动开发(TDD)以测试作为开发过程的中心,它要求在编写任何产品代码之前, 首先编写用于定义产品代码行为的测试,而编写的产品代码又要以使测试通过为目的。 测试驱动开发要求测试可以完全自动化的运行,在对代码进行重构前后必须运行测试。这是一种革命性的开发方法, 能够造就简单、清晰、高质量的代码。 -test-driven development (TDD) to test as the center of the development process, It requires th
LightweightCTI
- LightweightCTI是一套旨在帮助开发人员迅速构建语音相关应用的一套开放源代码的基础框架,目前你下载和使用的是构建于Pwin2000+ + Delphi/C++Builder环境下的框架,所有的基础性代码使用Pascal语言完成。LightweightCTI的最终目标不是成为一套可在多种语音卡基础上使用的IVR软件(尽管目前其仅仅支持东进模拟卡的大部分功能),而是希望其成为语音应用开发的基础性框架,为此它当然需要有跨开发语言、跨语音板卡的能力。当然在写本文是我还只是做了一点点的基础性工作
重构--改善既有代码的设计
- 代码重构的方法
Refactor
- 重构,用于新手学习如何重构并提高代码质量。-Reconstruction for the novice to learn how to remodeling and improve code quality.
xsmxdx
- 代序.............四大发明之活字印刷——面向对象思想的胜利 第一章............面试受挫——代码无错就是好? 第二章............代码规范、重构 第三章............复制VS复用 第四章............业务的封装 第五章............体会简单工厂模式的美妙 第六章............工厂不好用了? 第七章............用“策略模式”是一种好策略 第八章............
Refactoring-Chinese
- 《重构[改善既有代码的设计中文版]/软件工程系列》中文版,侯捷等译,Martin Fowler和本书另几位作者清楚揭示了重构过程,他们为面向对象软件开发所做的贡献,难以衡量。本书解释重构的原理(principles)和最佳实践方式(best practices),并指出何时何地你应该开始挖掘你的代码以求改善。本书的核心是一份完整的重构名录(catalog of refactoring),其中每一项都介绍一种经过实证的代码变换手法(code transformation)的动机和技术。-"
Refactoring-ImprovingtheDesignofExistingCode
- 英文版 这本书在国外出的比较早,当时refactoring的工具还没有成熟,或者仅限于smalltalk圈子,所以文章中作者对每个重构细节都交代的比较清楚,具体的步骤都一一交代,到了现在这本书被翻译成中文的时候,已经时过境迁了,就像gigix都说看完了之后就完全甩开了这本书(我想他写的代码没有我多,我说的话没有他多),因为很多细节特别是查找代码中变量、函数的引用已经被IDE工具代劳了,所以中间有很多文字已经差不多是废话了。 为什么很多人看英文版的不能继续下去呢?因为文章中的原理本来就不复杂,
system-recreate
- 这是一本介绍系统重构的书籍,重构是指在代码写好之后改变原有代码的设计,如此可以使代码得到优化-This is a book that introduces the system reconstruction, reconstruction is written in the code after the code to change the original design, so the code can be optimized
Clean.Code
- 不错的一本书,最近在做代码优化和重构的时候看的,给大家分享一下-Clean Code is divided into three parts. The first describes the principles, patterns, and practices of writing clean code. The second part consists of several case studies of increasing complexity. Each case study is a
Cprogramming-specifications
- 这篇规范的初衷是为基础库代码的重构制定一套统一的规范。一方面可消除基础库中的一些常见的不安全隐患,一方面使基础库的对外展现趋向一致,提高代码的可读性,保证代码的质量.-The original intention of this specification is based on the reconstruction of the library code to develop a uniform set of norms. Based on the one hand, the library
chonggou
- 重构改善既有代码的设计+中文版,难得的好资料-Reconstruction to improve the Design of Existing Code+ Chinese version, a rare good information
Refactoring
- 重构:改善既有代码的设计(中文版)(09年度畅销榜TOP50) 软件工程领域的超级经典巨著,与另一巨著《设计模式》并称"软工双雄",全美销量超过100000册,亚马逊书店五星书。 在本书中,作者Martin Fowler充分展示了何处可能需要重构,以及如何将不好的设计改造为良好的设计。 -Refactoring: Improving the Design of Existing Code (Chinese version) (09 year bestsellers TOP50)
lianxi
- 一个关于混沌序列相空间重构的例子,里面有关于嵌入维数如何确定的程序代码-Examples of phase space reconstruction of chaotic sequence, which has a code of how to determine the embedding dimension
Refactor
- 重构-改善既有代码的设计+中文版,是向高手进阶的参考书之一-Refactoring- Improving the Design of Existing Code the+ Chinese version, is one of the advanced to the master
waveletDandR
- 此文档主要是小波分解与重构的VC语言代码,可以直接运行,只要将信号输入。比较清晰的展现了小波分解与重构过程-This document is the the VC language code wavelet decomposition and reconstruction, and can be run directly, as long as the signal input. Comparison clearly shows the wavelet decomposition and rec
DaiMaChongGou
- 代码重构 ,学习代码的复用,整理系统的逻辑结构-Code refactoring, code reuse learning, logical structure arrangement system..
配电网络重构matlab代码
- 基于粒子群算法的配电网重构matlab程序(Matlab program of distribution network reconfiguration based on particle swarm optimization)
[重构-改善既有代码的设计]
- 本书清晰揭示了重构的过程,解释了重构的原理和最佳实践方式,并给出了何时以及何地应该开始挖掘代码以求改善。书中给出了70多个可行的重构,每个重构都介绍了一种经过验证的代码变换手法的动机和技术。(This book clearly reveals the process of refactoring, explains the principles of refactoring and best practices, and gives the time and where to begin to