Currently we're using:
model the function that holds everything together and publishes state to its subscribers
container for Business Logic Container (Model)
store values stored in the container
state both for the function (S(M)) as well as for the value passed to the view (S=f(M))
- So it's currently:
Sobj=Sfn(M)
nap for next-action-predicate
enhancer for any model enhancer (e.g. sam-devtools)
@jdubray, I'd like your opinion on this. Thanks!
Currently we're using:
modelthe function that holds everything together and publishes state to its subscriberscontainerfor Business Logic Container (Model)storevalues stored in the containerstateboth for the function (S(M)) as well as for the value passed to the view (S=f(M))Sobj=Sfn(M)napfor next-action-predicateenhancerfor any model enhancer (e.g. sam-devtools)@jdubray, I'd like your opinion on this. Thanks!