Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 744 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 744 Bytes

Palaestra

A palaestra was an ancient Greek wrestling school (like a Dojo).

Here is a collection of sparrings and chanlenges done during our encounters.

Training Agreements

  • We use the TDD Cycle to write code.
  • We keep Good Test Practices in mind.
  • We do our encounters in Mob-Programming style.
  • Driver is always right, no coments on his/her code style.
  • Driver commits code when making a failing test pass.
  • Driver is allowed short refactors when all tests are green.
  • Driver turn is over when he/she creates a failing test.