Code vs. Cells
Why I've Ditched Excel and Google Sheets and instead built small domain models.
Jun 8, 20233 min read21

Search for a command to run...
Articles tagged with #ddd
Why I've Ditched Excel and Google Sheets and instead built small domain models.

How do you enforce a pure domain model, while allowing clients to search for information related to, but not included in, your domain model?

Using a primitive type to store ids is inherently problematic. I explore the minimal way of creating a type-strong Id object in f#.
