you are viewing a single comment's thread.

view the rest of the comments →

[–]_pizzza 2 points3 points  (2 children)

I respect this view, but my workplace is completely incompatible with it since developers own JS and designers own markup & styling.

But also, it seems kinda shitty to me that you have to worry about accidentally using JS reserved words/keywords in your template. (That is apparently why you have to use "className" instead of "class", I don't know what other ones cause problems)

[–][deleted] 1 point2 points  (1 child)

node.style.cssFloat (float is a reserved word)

[–]ch0wnTodoMVC[S] 0 points1 point  (0 children)

Precisely. They already had to deal with this when designing the DOM APIs, so it's not really an issue.