Refactoring C++ Programs Physically

周天琳,史亮,徐宝文,周毓明
DOI: https://doi.org/10.3724/sp.j.1001.2009.00550
2009-01-01
Abstract:This paper proposes physical refactoring and digs into its process and methods. Physical refactoring is a disciplined technique for restructuring the physical structure of a software system, to improve the efficiency of software development, while preserving the system's external behavior. It follows the best practices of refactoring to change the system in small and iterative steps, and applies refactorings according to the standards of physical design. Case studies demonstrate that physical refactoring may continuously improve software quality from the viewpoint of the physical structure.
What problem does this paper attempt to address?