-
This is fairly closely related to #139 and is another good thing to keep in mind as you're walking through the code thinking about documentation, but I figured it deserves its own issue.
The document…
-
I want to suggest sticking to the code style for all our codebase. As example for JavaScript we can use Google JavaScript Style Guide https://google.github.io/styleguide/jsguide.html. Any thoughts on …
-
First, thanks for making this! It seems like it could be really helpful if I can get if figured out.
Loading the styleguide to view a component shows the css and javascript that goes along with tha…
-
Currently, the JavaScript code in this repository follows pretty old guidelines (in some aspects, a few-years-old one). The code doesn't conform to the current Google JavaScript Style Guide () in seve…
-
google and airbnb say use camelCase (as opposed to PascalCase)
https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml#Naming
https://github.com/airbnb/javascript#modules
what do you t…
-
If anybody has any links to other code styleguides (html, js or css), please post them there.
@Belelros @dawnerd @apermanentwreck
Here are some that I've found:
- https://github.com/airbnb/javascrip…
-
Issue pra falar sobre qual styleguides serão adotados para o desenvolvimento do front-end.
-
A collection if things to address, based on the feedback from the survey we are running - https://www.hacksoft.io/blog/django-styleguide-survey:
- [x] Explain why we are approaching this with a ser…
-
OpenLayers' code should be more consistent in its style. Suggestions: http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml or good old Crockford: http://javascript.crockford.com/code.…
-
- [ ] Home page is kind of pointless ATM. I'd suggest using this page to display all added components from styleguide. I'm also not sure about having separate pages for each component. I think it woul…