Coderetreat

Miért vagyunk itt?

  • Próbanap helyett, hogy lássuk egymást

  • Tanulni egymástól

  • Kipróbálni dolgokat, amiket nem biztos, hogy eddig megtettünk

  • Jól érezzük magunkat :)

Coderetreat

  • Egy coding kata egész nap :)

  • 45 perces session-ök, mindig új párokkal

  • Minden körben új constraint

Agenda

9.00-9.30 Érkezés, bevezető

9.30-10.30 Első session

10.30-10.45 Szünet

10.45-11.45 Második session

11.45-12.30 Ebédszünet

12.30-13.30 Harmadik session

13.30-13.45 Szünet

13.45-14.45 Negyedik session

14.45-15.05 Szünet

15.05-16.15 Ötödik session

16.15-16.30 Záró kör

Szabályok

  • A feladatot nem kell megoldani, a lényeg a kísérletezés és a minőségi kód

  • Minden session után el kell törölni a kódot!

  • Pair Programming

  • Test-Driven Development

  • Clean Code

+ TDD Ping-Pong

Kata

Conway's Game of Life

A szabályok

1. Any live cell with fewer than two live neighbours dies

2. Any live cell with two or three live neighbours lives on to the next generation.

3. Any live cell with more than three live neighbours dies

4. Any dead cell with exactly three live neighbours becomes a live cell 

The Rules

Zombie Mayhem

A szabályok

1. Any live cell with fewer than two live neighbours dies

2. Any live cell with two or three live neighbours lives on to the next generation.

3. Any live cell with more than three live neighbours dies

4. Any dead cell with exactly three live neighbours becomes a live cell 

The Rules

THX

Coderetreat

By drawain

Coderetreat

  • 210