foo(a, b, ...rest) vs
foo(a, b, rest...)
Which is clearer?
ES6 has currently agreed on the first. English and Scheme agree on the
second.
This question applies to both <
http://wiki.ecmascript.org/doku.php?id=harmony:rest_parameters> and <
http://wiki.ecmascript.org/doku.php?id=harmony:spread>.
--
Cheers,
--MarkM
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

