Design & Theory of Programming - Readability Flashcards
1
Q
Why must a programmer make the program code readable?
A
So that other people can read it and understand it clearly
2
Q
How could you make a program more readable? (4)
A
- Use meaningful variable names
- Use internal commentary
- Use indentation
- Use white spaces between sections