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

Observer rewrite #50

Closed
2 tasks done
yyx990803 opened this issue Dec 19, 2013 · 1 comment
Closed
2 tasks done

Observer rewrite #50

yyx990803 opened this issue Dec 19, 2013 · 1 comment

Comments

@yyx990803
Copy link
Member

  • Currently child objects nested under an observed object cannot be observed again... The proper way to do it is probably make EVERY object self-contained with an __observer__ and propagate the events up.
  • This would make data objects completely decoupled from each other and allow a VM to simply observe its scope instead of copying stuff over.
@yyx990803
Copy link
Member Author

56fbe04

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