n.co.uk/Domain-driven-Design-Tackling-Complexity-Software/dp/0321125215/ref=sr_1_2?ie=UTF8&qid=1405338610&sr=8-2&keywords=ddd
> *
> http://www.amazon.co.uk/Implementing-Domain-Driven-Design-Vaughn-Vernon/dp/0321834577/ref=sr_1_1?ie=UTF8&qid=1405338610&sr=8-1&keywords=ddd
>
> :-)
Hi,
I have a modifiable entity with lots of attributes that might be
values(like dates) or entity references :
case class Entity(attribute1: String, attribute2: Int, ..., attribute22:
Boolean)
My question is: If I follow DDD and Event sourcing philosophy, should I
have an action and an event