Fruitful Functions Flashcards

1
Q

temporary variable

A

A variable used to store an intermediate value in a complex calculation.

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

dead code

A

Part of a program that can never be executed, often because it appears after a return statement.

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

“None”

A

A special value returned by functions that have no return statement or a return statement without an argument.

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

incremental development

A

A program development plan intended to avoid debugging by adding and testing only a small amount of code at a time.

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

scaffolding

A

Code that is used during program development but is not part of the final version.

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

guardian

A

A programming pattern that uses a conditional statement to check for and handle circumstances that might cause an error.

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