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

Remove: ping and synchronous actions #161

Closed
dxinteractive opened this issue Dec 5, 2018 · 1 comment
Closed

Remove: ping and synchronous actions #161

dxinteractive opened this issue Dec 5, 2018 · 1 comment

Comments

@dxinteractive
Copy link
Collaborator

These were introduced to give dataparcels a way of calling back data from children so that derived data from each child's modifyChange function could be analyzed from the parent and acted upon. This is not a good pattern, as it tries to reverse the direction of who is in control of what. Parcel should know statically about what is beneath them, but never have to trigger actions on them.

@dxinteractive dxinteractive changed the title Remove: ping() and synchronous actions Remove: ping and synchronous actions Dec 5, 2018
@dxinteractive
Copy link
Collaborator Author

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

No branches or pull requests

1 participant