Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 416 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 416 Bytes

functional-bowling-ts

Bowling Kata using functional programming design in TypeScript.

You can compare between OOP Modeling vs FP Modeling in corresponding folder (fp, oop)

Learn more about what is a functional programming design, and how is it diffrent from object-oriented or procedural design with me. I will write an article, blog or a presentation later.

Bowling Kata: https://codingdojo.org/kata/Bowling/