-
Notifications
You must be signed in to change notification settings - Fork 12
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
Remove recompute
action
#43
Comments
What about a reset transition that transitions the microstate into value that's initialized from passed in arguments? |
I think that can wait until a subsequent release. We don't have any functionality that depends on this. |
Do you want to remove |
I think we should since it's currently a public api that is callable from the templates. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now that we have
set
, and we understand that the general form of a microstate is(Microstate value options)
we don't have the need for this to be an action. If custom initialization needs to be handled, it should be done in a method likeconstruct
,initialize
,recomputeState
, etc...The text was updated successfully, but these errors were encountered: