ES Modules: suggestions for improvement
Kevin Smith
khs4473 at gmail.com
Wed Jun 27 10:58:17 PDT 2012
>
> The client chose to use *. You don't have to use * if you don't want to.
> It's a convenience.
>
The convenience of * comes with a price, of course: (a) the inability to
statically catch undeclared names without also anlayzing external files,
(b) the hazard of name collisions, and (c) the inability for a reader to
tell where names are coming from without automated analysis.
Is it worth it? How can we tell?
- Kevin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20120627/128e02ad/attachment-0001.html>
More information about the es-discuss
mailing list