guides
guides copied to clipboard
Agile: TDD + Ping Pong Pair programming
- what is TDD
- TDD ping pong demo by instructors: https://github.com/thoughtworks-jumpstart/morning-katas (pick one exercise and do it using our custom
assertEquals()helper) - TDD best practices
- do the simplest thing (aka baby steps)
- ping pong
- driver-navigator
- fake it till you make it
- red green refactor
- lab: https://github.com/thoughtworks-jumpstart/morning-katas (do the other exercise)