Tuesday, 5 March 2013

Scala Coding Dojo at Toulouse

I have been at a Scala coding dojo, organised by Ekito at Toulouse. It was really a lot fun and, we also learnt a lot in only 2 hours of coding withonly one computer for 9 developpers and a Test First approach !
After a small presentation done by a guy from Ekito, we start coding a Kata in Scala. The kata was a string calculator. More on Code Katas can be found here: http://katas.softwarecraftsmanship.org/post/34191185266/katacast-stringcalculator-in-scala
The idea is to start by specifying a test with Specs 2 (http://etorreborre.github.com/specs2/) and then try to implement the corresponding code in Scala.
Here's a photo from the Ekito blog entry: http://dojo-toulouse.github.com/blog/2013/03/04/coding-dojo-scala-number-2/
Thank you Ekito !



No comments:

Post a Comment