Here is the end result of my implementation of the Bowling Game Kata in Scala. You can see all steps including the tests on CodersDojo.org.
[sourcecode language=”scala” wraplines=”false”]class BowlingGame {
I realized that I follow a certain plan of attack when confronted with a task. I ask myself the following…