Skip to content

Instantly share code, notes, and snippets.

@thinkbeforecoding
Created July 27, 2013 22:08
Show Gist options
  • Save thinkbeforecoding/6096481 to your computer and use it in GitHub Desktop.
Save thinkbeforecoding/6096481 to your computer and use it in GitHub Desktop.
Pure functions for Event Sourcing
Decide:
Command -> State -> Event list
ApplyStateChange:
State -> Event -> State
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment