Chapter 6 Fruitful functions Flashcards
1
Q
Temporary Variable
A
A variable used to store an intermediate value in a complex calculation.
2
Q
Dead Code
A
Part of a program that can never run, often because it appears after a return statement.
3
Q
Incremental Development
A
A program developed plan intended to avoid debugging by adding and testing only a small amount of code at a time.
4
Q
Scaffolding
A
Code that is used during program development but is not part of the final version.
5
Q
Guardian
A
A programming pattern that uses a conditional statement to check for and handle circumstances that might cause an error.