|
|
|
|
|
by karmajunkie
3457 days ago
|
|
If your events contain the words "Create", "Update", or "Delete", or any synonym thereof, you're modeling CRUD with events and life is always going to be more complicated than it has to be for you. The names of events are data too—make them representative of the domain. CustomerMoved(fromAddress, toAddress) is a domain event. |
|