Unit 3 Flashcards

1
Q

True or False:

After the if statement comes a boolean condition?

A

true

if (some condition: true or false) {
//do something
}
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is TDD Test-driven Development?

A

TDD involves writing test cases first, then implementing just the code needed to pass the test.

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

What is TDD?

A

Test Driven Development

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