valentinajemuovic / banking-kata-java

Banking Kata (Java)
MIT License
346 stars 92 forks source link

BankAccount - Event Sourcing #108

Open valentinajemuovic opened 1 year ago

valentinajemuovic commented 1 year ago

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.