MateuszNaKodach / SelfImprovement

This project has some sample code for my personal learning purpose. Things which I've learnead are collected as issues here: https://github.com/nowakprojects/SelfImprovement/issues
106 stars 17 forks source link

Testing Event Sourced applications, part 1: some theory #4751

Open MateuszNaKodach opened 2 years ago

MateuszNaKodach commented 2 years ago

https://www.eventstore.com/blog/testing-event-sourced-applications-part-1-some-theory

MateuszNaKodach commented 2 years ago

Most of the time, command handlers are implemented as a command message sent to a handler alongside any dependencies needed.