Rick Waldron (2013-09-26T23:34:03.000Z)
On Thu, Sep 26, 2013 at 7:30 PM, David Herman <dherman at mozilla.com> wrote:

> On Sep 26, 2013, at 4:26 PM, Rick Waldron <waldron.rick at gmail.com> wrote:
>
> > Thinking about this in terms of tooling, at even the terminal level,
> might look like this:
> http://gyazo.com/f61d0e25366ce7e526c79ab7fa77cb17.png
>
> No no, the GUID doesn't go in user land objects. It only goes in the
> registry. The user land objects only use the symbol. The GUID is just the
> entry into the registry, used internally by the serialize library.
>
> IOW, I'm saying that symbols are better than obfuscated strings because
> *even if you use obfuscated strings* for managing the installation of
> globally shared symbols, those obfuscated strings are internal to the
> library and not exposed to client code or client objects. The client
> objects just use the clean symbol.
>

Thanks for the additional clarifying points :)

Rick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20130926/02a93ba6/attachment.html>
domenic at domenicdenicola.com (2013-10-13T02:37:24.268Z)
Thanks for the additional clarifying points :)