localvoid/uix

Avoid using the "call" method

cgarciae opened this issue · 1 comments

You loose all feedback on the editor and its reported to be slow. Creating a new method is more readable and better for performance.

I'll look into generated js code, I think that dart2js should generate simple method invocation, same as with any other method.