Hacker News new | ask | show | jobs
by UK-AL 3280 days ago
Most CQRS/Event store systems, simply just build up OO style domain objects by applying events to them.

Then apply a command to the domain object, then save the emitted events.

They are still entity centric.