Computer Science for IGCSE & O level - Programming (Section 14 - No. 23)

What is a fundamental concept in the context of creating a maintainable program?
Writing code without using comments.
Using meaningful identifier names.
Writing a single, long, and complex code block.
Avoiding any structured code.

Explanation

Meaningful naming helps with readability, making the code more maintainable.

Comments (0)

Advertisement