Better constructor & invocation
dmitrizzle opened this issue · 1 comments
dmitrizzle commented
- Currently "self" is required to inform JavaScript of the object name assigned to the function. That needs to go as it's ugly and redundant.
- The invocation itself doesn't seem too elegant and I wonder how it'd work with React-type programming. We need to upgrade this; any thoughts?
dmitrizzle commented
Don't think this will be solved anytime soon. If anyone would like to reopen and take a crack at this proposal, feel free to do so.