Adding an alternative implementation of the BankAccount aggregate root by using Event Sourcing. Currently, placing it within cleanarch under class name ESBankAccount as a temporary solution, unless there's a better way to illustrate the alternative implementations.
Adding an alternative implementation of the BankAccount aggregate root by using Event Sourcing. Currently, placing it within
cleanarch
under class nameESBankAccount
as a temporary solution, unless there's a better way to illustrate the alternative implementations.