Exposing an API
Last time we set up our domain, and kept it isolated from the real world. This is good for automated testing, and for isolating scope of changes. However, it...
Last time we set up our domain, and kept it isolated from the real world. This is good for automated testing, and for isolating scope of changes. However, it...
Our Review Submission Bounded context has several sections. First we’ll model the domain separate from any infrastructure concerns, then we’ll add those in a...
Reading through Scott Wlaschin’s excellent Domain Modeling Made Functional, I wanted to make a complete working example (different from the book). The busine...