#ddd
Read more stories on Hashnode
Articles with this tag
SRP - the most misunderstood SOLID Principle · Introduction The Single Responsibility Principle is the most misunderstood of all the SOLID Principles....
Measuring Coupling and Cohesion of Bounded Contexts on an EventStorming Domain Model · EventStorming A great way to design Event Sourced Domain Models...
Commands are complex, Queries are simple · Overview Previously we've looked at DDD Entities, that have state, and Events, where state changes. To reduce...
Why do Events matter so much in Domain Driven Design? · The Evolution of Events in Domain Driven Design Most aspects of modern software engineering can...
What are Entity and Value Types in Domain Driven Design? · In Domain-Driven Design: Tackling Complexity in the Heart of Software by Eric Evans, Entity...