Hacker News new | ask | show | jobs
by shinzui 1296 days ago
DDD offers a lot of benefits regardless of the programming paradigm. We heavily use DDD in Haskell.
1 comments

Can you provide some (online) resources on DDD + functional?
Scott Wlaschin wrote a good book on this topic “Domain modelling made functional” and you can find his talks and articles online. I think this is a decent introduction, https://techleadjournal.dev/episodes/79/
Thanks a lot!