Skip to content

Instantly share code, notes, and snippets.

@zspencer
Created October 18, 2011 17:07
Show Gist options
  • Save zspencer/1295966 to your computer and use it in GitHub Desktop.
Save zspencer/1295966 to your computer and use it in GitHub Desktop.
CodeJo instructions

#What Is It? A CodeJo is where a group of developers of all skill levels get together and work on an exercise together. Special attention is paid to form; focusing primarily on the 4 rules of simple design, behavior driven development, and collaborative coding.

The 4 Rules of Simple Design

  • The software works as described by our tests
  • There is no duplication
  • The code expresses the intent of the developer
  • There are as few components as possible

Behavior Driven Development

  • Story Testing
  • Red, Green, Refactor

Collaborative Coding

  • Distributed Version Control
  • Group problem solving

#To Join In

For voice and video:

https://plus.google.com/hangouts/extras/talk.google.com/codejo

For shared screen, keyboard, etc.

Use password "pairingftw"

ssh [email protected] -p9876
tmux -S /var/tmux/codejo attach

Notes from previous CodeJos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment