Confirmed users
295
edits
(→Basics) |
|||
Line 38: | Line 38: | ||
Naming Standards: | Naming Standards: | ||
* | * We have an official policy for class names | ||
* lower-case-with-dashes seems to be most common, and it fits with 'the CSS way' | * lower-case-with-dashes seems to be most common, and it fits with 'the CSS way' | ||
* camelCase is also used | * camelCase is also used | ||
* It | * It makes sense to first try to fit in with code around, and if there is doubt or if isn't anything to fit in with to use lower-case-with-dashes. | ||
== Performance == | == Performance == |