Re: [w3c/webcomponents] Why do we really need hyphens? (#658)

It's the same in JavaScript too. It's always been suggested to not use the global scope or directly access native prototypes. For instance, instead of adding `Array.prototype.map()` underscore.js uses `_.map()`, and jQuery has `$()` since `document.querySelector()` was later added.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/658#issuecomment-341317445

Received on Thursday, 2 November 2017 04:54:41 UTC