Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.41 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.41 KB

#Coding Dojo

What is a 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

Randori Kata Rules

  1. TDD
  2. BabySteps
  3. Team of 2 has 5 minutes to code
  4. One driver and one co-pilot is the Coding-Team
  5. Driver codes while co-pilot makes suggestions
  6. The Coding-Team should explain what they are doing
  7. Everyone else can give refactoring tips if the current tests are green
  8. Audience can write down problems on the problem board
  9. After 5 minutes the driver becomes an audience member, the co-pilot becomes the driver, an one of the audience becomes the co-pilot

Kata Catalogue (Katalogue)

  1. Game of Life

Resources

Coding Dojo

TDD

JUnit