Skip to content

Tag: domain-driven-design

Extracting data from DDD Entity/Aggregate

Can someone please clarify the following topic? I haven’t found enough complex answer to this, just some basic examples of how this should work, so I am asking here. Let’s say we have an entity Invoice. The Invoice has some private props like date issued, payment date, Items, etc. By the principle…