| 本文已被:浏览 6501次 下载 8802次 |
 码上扫一扫! |
|
|
| 重构C++程序物理设计 |
|
周天琳1, 史亮2, 徐宝文1,3,4, 周毓明3,4
|
|
1.东南大学 计算机科学与工程学院,江苏 南京 210096;2.微软中国研发集团,北京 100190;3.南京大学 计算机软件新技术国家重点实验室,江苏 南京 210093;4.南京大学 计算机科学与技术系,江苏 南京 210093
|
|
| 摘要: |
| 整合重构的基本思想和物理设计的基本技术,提出了物理重构的概念.它是对软件物理结构的再设计,目的是在不改变软件外在行为的前提下,调整软件组织结构,从而提高软件的开发效率和可维护性等.在此基础上,提出用“识别-重构-评估”的迭代过程来实施物理重构,并介绍了常用的物理重构方法.实例研究表明,物理重构能够有效地优化系统的物理结构,使开发者从多个角度持续改善软件质量. |
| 关键词: C++ 软件演化 软件重构 物理设计 软件再工程 |
| DOI: |
| 分类号: |
| 基金项目:Supported by the National Science Foundation for Distinguished Young Scholars of China under Grant No.60425206 (国家杰出青年科学基金); the National Natural Science Foundation of China under Grant Nos.90818027, 60503033, 60633010 (国家自然科学基金);the National Basic Research Program of China under Grant No.2002CB312000 (国家重点基础研究发展计划(973)); the National
High-Tech Research and Development Plan of China (国家高技术研究发展计划(863)) |
|
| Refactoring C++ Programs Physically |
|
ZHOU Tian-Lin,SHI Liang,XU Bao-Wen,ZHOU Yu-Ming
|
| Abstract: |
| This paper proposes physical refactoring and digs into its process and methods. Physical refactoring is adisciplined technique for restructuring the physical structure of a software system, to improve the efficiency ofsoftware development, while preserving the system’s external behavior. It follows the best practices of refactoringto change the system in small and iterative steps, and applies refactorings according to the standards of physicaldesign. Case studies demonstrate that physical refactoring may continuously improve software quality from theviewpoint of the physical structure. |
| Key words: C++ software evolution software refactoring physical design software reengineering |