- Our
Domain
is fullyFunctional
- Know more about it here
Could we benefit from using a functional language ?
- Let's try it 👌
- Remove the project reference to
money-problem.Domain
frommoney-problem.Domain
- Rename
money-problem.Domain
tomoney-problem.Domain.old
- Create a new
F#
project calledmoney-problem.Domain
- Migrate the
C#
domain toF#
- Try to not change the
test
code
- Try to not change the
- What do you think about F# ?
- What are your discoveries ?
- What do you think about Interop between the 2 languages ?