You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
HTML id/class should be lowercase-and-hyphenated
CoffeeScript variables should be CamelCase
etc.
The text was updated successfully, but these errors were encountered: