Skip to content

Commit

Permalink
chore: improve command router docs
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed May 5, 2024
1 parent f4ebd82 commit f78d079
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ defmodule OnePiece.Commanded.CommandRouter do
That is one reason why when you are doing testing you speak in terms of "given previous events" and not
"given previous state".
The "Aggregate", lets remove that word from our vocabulary, the "Stream" acts as a consistency boundary enforcing the
linearization and concurrency tolerance thru Optimistic Concurrency Control (OCC). That is all! It is about agreeing
on acting upon the same facts/events, and how its affects the future.
Being said, be pragmatic.
### FAQ
Expand Down

0 comments on commit f78d079

Please sign in to comment.