This group is for discussion of the domain-driven style of designing software, and the book by Eric Evans, Domain-Driven Design: Tackling Complexity in the Heart of Business Software. Questions and discussion of the book content is welcome here, as well as sharing of experiences applying DDD, and discussions of the topic in general.
Hello again all, I have a policy section in my domain model where I specify business rules. Firstly, is this ok? Now... I would like to insert a new Airport
Yeah, the BadAdressInfo isn't actually a complete address but comprises just a few elements of an address that we check against. My app doesn't have any
Hi Pat, we actually do have an address verification service that does many other validity checks such as checking the address against states that we allow
Is that collection of BadAddressInfos just some kind of featherweight collection or are they the actual Addresses (even if lazyloaded)? Do addresses sit in a