Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Definitive Style Guide #149

Open
vpontis opened this issue Mar 3, 2014 · 3 comments
Open

Create Definitive Style Guide #149

vpontis opened this issue Mar 3, 2014 · 3 comments

Comments

@vpontis
Copy link
Collaborator

vpontis commented Mar 3, 2014

HTML id/class should be lowercase-and-hyphenated
CoffeeScript variables should be CamelCase
etc.

@Garbash
Copy link

Garbash commented Mar 3, 2014

@ydaniv

@vpontis
Copy link
Collaborator Author

vpontis commented Mar 3, 2014

@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.

@vpontis
Copy link
Collaborator Author

vpontis commented Mar 3, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants