Computer Science for IGCSE & O level - Programming (Section 1 - No. 8)
What is the main goal of writing maintainable code?
To write less code.
To improve the program's speed.
To make the code easier to understand, modify, and debug over time.
To make the code more complex.
Explanation
Maintainable code is easier to modify and update in the future.
Comments (0)
