基于设计模式的软编码化设计.rar

RAR格式版权申诉手机打开展开

基于设计模式的软编码化设计,1.5万字 21页【摘要】 在进行项目的开发活动中,有一些设计在项目刚刚开始工作的很好,但是随着项目的进展,发现需要对已有的代码进行修改或者扩展,在这个时候,我们往往会发现进行这项工作比较困难,即使能完成也要付出很大的代价。本文旨在说明如何将系统软编码化使系统易于修改和扩展的技巧和方法,以达到...
编号:88-31227大小:91.70K
分类: 论文>计算机论文

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 wumei 发布

基于设计模式的软编码化设计
1.5万字 21页


【摘要】 在进行项目的开发活动中,有一些设计在项目刚刚开始工作的很好,但是随着项目的进展,发现需要对已有的代码进行修改或者扩展,在这个时候,我们往往会发现进行这项工作比较困难,即使能完成也要付出很大的代价。本文旨在说明如何将系统软编码化使系统易于修改和扩展的技巧和方法,以达到重用已有代码的目的。
关键字:设计模式;软编码;面对接口编程;封装变化;代码重用;


【Abstract】 It is commonly seeing that some designs work very well at the very beginning of the project’s explorations, and with the project’s development, we would always find that it’s hard to revise or enlarge the code we have already had when we see this need. And even if it could be done, it must be accompanied by heavy cost. This article aims to explain the method of making the system into soft-code pattern, and also the skills to make the system easily to be revised and enlarged as well, so as to achieve the goal of reusing the having code.
Keyword: Design Patterns;Soft-Coding;Interface-Oriented Programming;Encapsulation Change;Code Reuse.


参考文献
[1] Erich Gamma, Richard Helm,Ralph Johnson,John Vlissides合著, 《Design Patterns:Elements of Reusable Object-Oriented Software》,Addison-Wesley出版社
[2] Martin Fowler著,《Refactoring:Improving the Design of Existing Code》,Addison-Wesley出版社