I understand the relationship between state machines and event-log/CQRS. A 
program could just translate the UI events into events stored in an event log, 
and let them be consumed continually by a state machine. You would basically 
reduce the events log using the state machine as a reduction function.

When you say logic end up in lot of different places, do you mean logic that 
should be related ? I'd like to understand more about that point.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to