Activity 4-3 Introduction to Test-Driven-Development

Interjecting segments of the TDD video, part 2 Link.

Intro to TDD

Video segment: intro 00:50-3:00

Video segment: The bowling game: 3:00-6:00

Video segment: The bowling game implementation plan: 6:00-8:30

Video segment: TDD approach to the bowling game: 8:30-42:30

RED PHASE
Focus on writing a failing test.
GREEN PHASE
Write the code that makes the failing test pass.
REFACTOR PHASE
Refactor your code before moving to a new test.

Video segment: objections to TDD: 42:30-60:00

Video segment: Professionalism: 60:00-69:00

Conclusions: 69:00-75:00