> Given that you need to import symbols, I prefer explicit declarations > (which will also be used for exporting). >
Thanks for your feedback! The problem with explicit declarations is that it's going to be burdensome, for no apparent gain. Consider: I have a real-world class with 37 "internal" methods which are prefixed with an underscore. I'm not kidding. Explicit declaration means that I have to maintain a list of 37 at-name declarations, separate from the class definition itself, which contributes *no real information* that isn't available elsewhere in the module code. Kevin
_______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

