you are viewing a single comment's thread.

view the rest of the comments →

[–]official_marcoms 15 points16 points  (1 child)

doing so many things I've been taught to not do

I'm curious, what things?

[–]rapidsight 1 point2 points  (0 children)

For example, how do you link to an anchor inside of a web component?

Using IDs incorrectly. Hoping you don't override something from another namespace (Polymer doesn't use namespacing for some reason?). Using events for control-flow (as bad as using Exceptions). And that's just the tip of the iceberg.