WikiNets
WikiNets copied to clipboard
Create Definitive Style Guide
HTML id/class should be lowercase-and-hyphenated CoffeeScript variables should be CamelCase etc.
@ydaniv
@backens, for now can we use lower case and hyphens for all HTML/CSS ids and classes. I think that is the standard most places on the web.
Also, why do we have $ in front of a lot of variables in CoffeeScript such as in TopBarCreate.coffee. We have @$nodeWrapper but why not just have @nodeWrapper. The dollar-sign does not do anything special in CoffeeScript when not used as a shortcut for jQuery.
@backens @willzeng