8 Programing Flashcards

1
Q

Features include to create a maintainable program

A

Meaningful identifiers - to enable the programmer (or future programmers) to easily recognize the purpose of a variable / array / constant // to enable easy tracking of a variable / constant / array through the program

Use of comments - to annotate each section of a program so that a programmer can find specific sections / so that the programmer knows the purpose of that section of code

Procedures and functions - to make programs modular and easier to update / add functionality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly