One part I love about #DomainDrivenDesign (#DDD), is the shift away from data-centric models. Letās face it, not a single user ever opens the application with the intend to āinsert a new table rowā. Rather they are (for instance) ādocumenting a recent eventā. Letās make applications the user actually understand, and stop making them having to translate their actual need in (#CRUD) actions we force them to do. We just didnāt knew better. Letās get over this.
#DomainDrivenDesign #DDD #CRUD