Y Hacker News Books
Domain Modeling Made Functional
Buy on Amazon4.7 out of 5, 357 ratings on Amazon

#549 of 2,654 all-time

Domain Modeling Made Functional

Scott Wlaschin

12 people recommended it in 6 threads, 2017–2024.

What people on Hacker News said

whb07
The main thread of the book is building an ecommerce shop of and he begins at the base foundation what the "business" needs and how it can be modeled using the type system to carefully detail and build on the idea of making "illegal states unrepresentable".

on HN, 2019

whb07
Highly recommended as it shows that the author has spent quite a bit of thought on conveying the useful ideas and being concise in explaining them.

on HN, 2019

goostavos
I can highly recommend excellent Domain Modeling Made Functional by Scott Wlaschin for an F# book that touches on a lot of the ideas which back data-oriented programming (namely, representing your domain as strongly typed data).

on HN, 2024

pi-rat
A decent refresher on DDD. - Applicable to other functional languages, both strongly typed and dynamic.

on HN, 2019

xupybd
It's a great read. I love how it shows the entire thinking process from requirements gathering through to delivery.

on HN, 2021

Where it comes up