https://github.com/vicainelli/styleguide
https://github.com/vicainelli/styleguide
guide guidebook style-guide styled-components styleguide
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/styleguide
- Owner: vicainelli
- Created: 2017-04-17T16:51:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T16:52:33.000Z (about 9 years ago)
- Last Synced: 2024-12-28T04:47:03.417Z (over 1 year ago)
- Topics: guide, guidebook, style-guide, styled-components, styleguide
- Language: JavaScript
- Homepage: http://menuqr.com/styleguide
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## styleguide
> Guides for shipping great code.
## Goal
> It’s harder to read code than to write it. - Joel Spolsky
The goal of this repository is to document the standards we use to write and publish code at [menuqr](http://menuqr.com.br).
By following a common approach we ensure that the code will not have multiple identities, but a single one. This helps us maintain what we work on, onboard new people and focus on providing value.
All the standards proposed here are based on our own experience writing code and the many conversations we have in our weekly meetings. There's no such thing as right or wrong, only what works better for us and improves our workflow.
## Topics
* [Best practices](/best-practices/README.md)
* [SCM](scm/README.md)
* [Code Review](code-review/README.md)
* [JavaScript](/javascript/README.md)
* [CSS](css/README.md)
* [Markup](markup/README.md)
## Contributing
If you have something you want to add, remove or improve, feel free to [open an issue](https://github.com/menuqr/styleguide/issues/new) and ping the team.
## Credits
Created and maintened by [a whole bunch of great people](https://github.com/menuqr/styleguide/graphs/contributors).

## License
[](http://creativecommons.org/publicdomain/zero/1.0)