beberlei / litecqrs-php

Small convention based CQRS library for PHP
MIT License
553 stars 47 forks source link

Domain Event Immutable? #55

Closed ghost closed 5 years ago

ghost commented 7 years ago

Shouldn't a domain event be immutable ? So then why do we have a setter for an aggregate root? https://martinfowler.com/eaaDev/DomainEvent.html

ghost commented 7 years ago

ping @beberlei