| ▲ | jbreckmckye 6 days ago |
| There is a good book on DDD in F#, Domain Modelling Made Functional |
|
| ▲ | HexDecOctBin 6 days ago | parent | next [-] |
| Is there a similar recommended book using ML/OCaml or some other language of the family? i am hesitant to learn F#, knowing Microsoft's tendencies. |
| |
| ▲ | S04dKHzrKT 6 days ago | parent [-] | | There are very few F# specific features used in the book. I imagine you could follow along pretty easily with any other functional language. You can easily use F# for the book and then apply the lessons learned to another language when you're done too. It mainly shows how to use sum types, product types and function composition to implement DDD. I'm not sure what tendencies you're referring to though. F# has been around for 20 years and has only gotten better over time. |
|
|
| ▲ | clickety_clack 6 days ago | parent | prev [-] |
| Yes! I just got a copy of this a couple of days ago. Ive been on a DDD + FP kick recently and it’s leading to some really satisfying solutions. |