#Coding Dojo
A Coding Dojo is a meeting where a bunch of coders get together to work on a programming challenge. They are there have fun and to engage in DeliberatePractice in order to improve their skills.
quote from http://codingdojo.org/
Like to watch ? Coding Dojo explained in 5 minutes
- TDD
- BabySteps
- Team of 2 has 5 minutes to code
- One driver and one co-pilot is the Coding-Team
- Driver codes while co-pilot makes suggestions
- The Coding-Team should explain what they are doing
- Everyone else can give refactoring tips if the current tests are green
- Audience can write down problems on the problem board
- After 5 minutes the driver becomes an audience member, the co-pilot becomes the driver, an one of the audience becomes the co-pilot