Ha! nice catch :-)

My concern is with developers not knowing about the side effects of => and
therefore when to use it.

On Sun, Apr 8, 2012 at 4:09 PM, Kevin Smith <[email protected]> wrote:

> Which form has more brevity, then?
>
>     // This?
>     var withCircleUtilsFat = () => { ... };
>
>     // Or this?
>     function withCircleUtilsFat() { ... };
>
> In any case, between object literal methods and arrow functions, I think
> you'll find that the vast majority of your function expressions will get a
> more concise syntax.
>
> kevin
>
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to