In this repository you'll find several exercises which can be used for code retreats.
- Pick an exercise
- Pick a constraint
- Work with a pair, following the constraint, for a single session (~40 minutes)
- At the end, run
rake reset
to clear your work
For your convinience, there are a few Rake tasks provided:
At the end of a session, run rake reset
in your terminal to blow away any changes not comitted to git.
Use this timer to auto-reset every length
minutes. The default is four minutes, a constraint to help you focus on small steps.
Use this task to automate creating a feature branch and running the timer for a single session.