osteel's blog Web development resources

userstorymapping tag

Building a PHP CLI tool using DDD and Event Sourcing: the model

The model is where the software meets the domain. The goal of the model is to identify and express the use cases and constraints that will be built into the software, using schemas and diagrams. It is where we extract the essential concepts from the domain and where we consolidate the ubiquitous language.