Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nomenclature #4

Open
gunar opened this issue Mar 4, 2016 · 0 comments
Open

Nomenclature #4

gunar opened this issue Mar 4, 2016 · 0 comments

Comments

@gunar
Copy link
Member

gunar commented Mar 4, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant