https://github.com/albertllousas/bowling-kata-in-fsharp
https://github.com/albertllousas/bowling-kata-in-fsharp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/albertllousas/bowling-kata-in-fsharp
- Owner: albertllousas
- Created: 2022-11-22T11:02:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-22T07:38:30.000Z (about 2 years ago)
- Last Synced: 2025-01-30T22:48:31.726Z (3 months ago)
- Language: F#
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.