Ruby ping pong coding dojo
The next coding dojo will happen on the 4th June (Thursday) at the Skillsmatter office. The registrations are already open.
For this session we'll work on the Minesweeper challenge in Ruby once more, but this time with the Randori rules slightly changed:
- A pair will work on the solution for 10 minutes
- The pair must use Test-Driven Development and Baby Steps all the time
- The pair must follow the Ping Pong approach:
- One person writes a failing test
- The other person makes the test pass writing a minimum amount of code
- The same person writes the next failing test
- After 10 minutes one of the developers switches place with someone from the audience