Matters of Style Study Guide Flashcards
1
Q
Why do we have style requirements?
A
Increases readability, reusability, modifiability and easier to debug
2
Q
If you need to describe a section of executable code where should you put the comments?
A
before the block of code
3
Q
T/T It is okay to initialize variables in the declaration section.
A
False.
4
Q
What is the documentation next to the declaration section called?
A
data table
5
Q
What should the data table tell the reader?
A
- what value it represents
2. how the values are obtained