Code refactoring

Updated: 12/31/2022 by Computer Hope
code refactoring

Code refactoring or refactoring is a technique in software development to structurally modify a program's source code. Its goal is to improve and update the program's logic and organization, or to conform the program to a new technology. Refactoring code can be labor-intensive, but is often considered a necessary investment in the future of the code's development.

Programming terms