Computer Science for IGCSE & O level - Programming (Section 4 - No. 25)

Why is it beneficial to use descriptive identifier names?
It decreases the program's size.
It can speed up the program execution.
It improves the code's readability and maintainability.
It removes the need for comments.

Explanation

Descriptive names increase code understanding.

Comments (0)

Advertisement