Computer Science for IGCSE & O level - Programming (Section 6 - No. 12)

What is the benefit of using meaningful identifier names (variables, functions, etc.) in your code?
It makes the code run faster.
It increases the memory usage of the program.
It makes the code easier to understand and maintain.
It prevents the program from compiling.

Explanation

Good identifier names significantly enhance code readability and maintainability.

Comments (0)

Advertisement