Skip to content

alvarogarcia7/score-keeper-kata-kotlin

Repository files navigation

Score Keeper kata

I've practiced the Score Keeper kata, in kotlin.

Implementation notes

  1. Start with a baby-steps solution
  2. Implement the basic behaviour, until we need a scaffold
  3. Refactor to introduce a more general solution, using parallel change
  4. Keep adding features
  5. When feature complete, re-design the application so it uses another component. This makes it easier to test, as the tests themselves are not coupled to the implementation

Boilerplate

A boilerplate for kotlin + gradle + mockito + junit 4 + arrow, shadowjar/uberjar. Customized to my taste.

Find it here: https://github.com/alvarogarcia7/gradle-kotlin-boilerplate

Releases

No releases published

Packages

No packages published

Languages