Upgrade to Pro — share decks privately, control downloads, hide ads and more …

JavaScript Code Retreat Oxford May 2014

JavaScript Code Retreat Oxford May 2014

The slides from JSOxford's JavaScript Code Retreat at White October on 10/05/2014.

Ryan Brooks

May 12, 2014
Tweet

More Decks by Ryan Brooks

Other Decks in Technology

Transcript

  1. • 5 sessions • Same exercise, different constraints • Pair

    programming • Retrospectives at end of each session • It's a day for you, constraints are just a guide
  2. • 09:00: session 1 • 10:00: session 2 • 11:00:

    global retrospective • 11:30: session 3 • 12:30: lunch! • 13:30: session 4 • 14:30: global retrospective • 14:45: session 5 • 15:30: end-of-day retrospective
  3. The rules 1. Delete your code at the end of

    each session 2. Really do #1
  4. • Conway’s Game of Life: en.wikipedia.org/wiki/Conway_game
 Live cell && live

    neighbours <2 -> death
 Live cell && live neighbours == [2, 3] -> life
 Live cell && live neighbours >3 -> death
 Dead cell && live neighbours == 3 -> life • Morning questionnaire: http://goo.gl/6Ns6yI
 Afternoon questionnaire: http://goo.gl/E0aFRF • #jscr