envato / event_sourcery

A library for building event sourced applications in Ruby
MIT License
84 stars 10 forks source link

Fix readme for the flow of the state #182

Closed rizalmuthi closed 7 years ago

rizalmuthi commented 7 years ago

@grassdog thanks for replying. My impression when I run the todo app was that we send the command (command handler) first then it will load all the past events, apply it to the Aggregate to get the current state and then apply that command.

Correct me if I am wrong. 🙇

rizalmuthi commented 7 years ago

@grassdog ah I think i got it now. My bad