uix icon indicating copy to clipboard operation
uix copied to clipboard

Avoid using the "call" method

Open cgarciae opened this issue 10 years ago • 1 comments
trafficstars

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

cgarciae avatar Apr 22 '15 16:04 cgarciae

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

localvoid avatar Apr 24 '15 12:04 localvoid