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

How does using clear identifier names help improve code quality?
It reduces the size of the code.
It increases the program's speed.
It makes the code more readable and easier to maintain.
It allows the programmer to avoid using comments.

Explanation

Clear names facilitate better understanding and maintenance.

Comments (0)

Advertisement