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 }
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.
3
Q
What is TDD?
A
Test Driven Development