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

Development improvement: Explore possiblity of using Proxy of Base.prototype as Base.prototype #67

Open
medikoo opened this issue Apr 14, 2016 · 0 comments
Assignees

Comments

@medikoo
Copy link
Owner

medikoo commented Apr 14, 2016

/cc @kamsi @mtuchowski

More details on Proxy: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy

This will allow us to catch all access tries to undefined properties

Those are in most (likely: all) cases result of a bug (typo, or defined model not loaded as expected), and produces issues which are painful to debug (it usually takes a longer for developer to realize what produces unexpected behaviour)

@medikoo medikoo self-assigned this May 2, 2016
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