An open API service indexing awesome lists of open source software.

https://github.com/albertllousas/bowling-kata-in-fsharp


https://github.com/albertllousas/bowling-kata-in-fsharp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Bowling kata fsharp

Two implementations of: https://codingdojo.org/kata/Bowling/ using TDD

- [First one](/src/BowlingGame.fs): following the kata description, no validations, no error handling, the most basic implementation.
- [Second one one](/src/ExtendedBowlingGame.fs): Adding ADT models, validations, error handling, and an extended implementation.