TDD Exercises
One of the best ways to pair with someone new is to go through a TDD exercise with them. Nearly anyone on any level can implement these through TDD with a little effort.
- Implement a TicTacToe Game / AI
- Implement a Bowling Scoring System
- Implement Conway’s Game of Life - (check out this epic video to see what it looks like)
- Implement the String Calculator