KIF425:Global Day of Coderetreat: Unterschied zwischen den Versionen

Aus KIF
(Erste Version)
 
(Katas hinzugefügt)
Zeile 2: Zeile 2:


* Teilnehmer*innen: ca. ein halbes Dutzend
* Teilnehmer*innen: ca. ein halbes Dutzend
* Dauer: rund 4 Stunden
* Leitung: [[KIFfel:thorstenmz|thorstenmz]] und [[KIFfel:Franzi|Franzi]]
* Leitung: [[KIFfel:thorstenmz|thorstenmz]] und [[KIFfel:Franzi|Franzi]]
* Protokoll: keins (nachfolgend eine Zusammenfassung des AK-Leiters)
* Protokoll: keins (nachfolgend eine Zusammenfassung des AK-Leiters)
Zeile 12: Zeile 13:
* Pair Programming
* Pair Programming
* Test Driven Development
* Test Driven Development
Wir haben zwei [http://de.wikipedia.org/wiki/Kata_%28Programmierung%29 Katas] durchgeführt:
* Conway's Game of Life
* Roman Numerals Kata


== Conway's Game of Life ==
== Conway's Game of Life ==


[http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life Conway's Game of Life]


== Roman Numerals Kata ==
== Roman Numerals Kata ==


[http://agilekatas.co.uk/katas/romannumerals-kata.html Roman Numerals Kata]


== Links und Literatur ==
== Links und Literatur ==


* http://globalday.coderetreat.org/
* http://globalday.coderetreat.org/
* http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
* http://agilekatas.co.uk/katas/romannumerals-kata.html
* http://securesoftwaredev.com/2011/12/05/practicing-tdd-using-the-roman-numerals-kata/
* Robert C. Martin: ''Clean Code: A Handbook of Agile Software Craftsmanship''
* Robert C. Martin: ''Clean Code: A Handbook of Agile Software Craftsmanship''
* Roy Osherove: ''The Art of Unit Testing: With Examples in C#''
* Roy Osherove: ''The Art of Unit Testing: With Examples in C#''
* Kent Beck: ''Test Driven Development. By Example''
* Kent Beck: ''Test Driven Development. By Example''
* Martin Fowler: ''Refactoring: Improving the Design of Existing Code''
* Martin Fowler: ''Refactoring: Improving the Design of Existing Code''

Version vom 15. November 2014, 21:03 Uhr

Meta

  • Teilnehmer*innen: ca. ein halbes Dutzend
  • Dauer: rund 4 Stunden
  • Leitung: thorstenmz und Franzi
  • Protokoll: keins (nachfolgend eine Zusammenfassung des AK-Leiters)

Über den Global Day of Coderetreat

Der 15. November 2014 ist der diesjährige Global Day of Coderetreat.

Grundsätze:

  • Pair Programming
  • Test Driven Development

Wir haben zwei Katas durchgeführt:

  • Conway's Game of Life
  • Roman Numerals Kata

Conway's Game of Life

Conway's Game of Life

Roman Numerals Kata

Roman Numerals Kata

Links und Literatur