guides icon indicating copy to clipboard operation
guides copied to clipboard

Agile: TDD + Ping Pong Pair programming

Open mabelleeyanhwa opened this issue 5 years ago • 0 comments

  • 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)

mabelleeyanhwa avatar Dec 02 '19 02:12 mabelleeyanhwa