Replies: 1 comment
-
You don't need it per se, but it is pretty common. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After completely reading the docs(thanks everyone for the work). I got confused regarding the balance value that is stored in each bank account event that withdraws/deposits some amount of money.
I would expect that the domain events wouldn't contain any balance value and that would be derived after processing all events.
Is there a explanation on why it is a better choice to add computed information in the domain event?
Beta Was this translation helpful? Give feedback.
All reactions