Computer Science for IGCSE & O level - Programming (Section 5 - No. 34)

What is the primary goal of code refactoring?
To add new features.
To rewrite the code from scratch.
To improve the code's structure and readability without changing its behavior.
To fix syntax errors.

Explanation

Refactoring aims to improve code quality without altering its functionality.

Comments (0)

Advertisement