Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 813 Bytes

Go-Further.md

File metadata and controls

21 lines (17 loc) · 813 Bytes

Go Further

  • Our Domain is fully Functional Functional Core Imperative Shell
  • 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 from money-problem.Domain
  • Rename money-problem.Domain to money-problem.Domain.old
  • Create a new F# project called money-problem.Domain
  • Migrate the C# domain to F#
    • Try to not change the test code

Go Further

What are your learnings

  • What do you think about F# ?
  • What are your discoveries ?
  • What do you think about Interop between the 2 languages ?

step by step guide