https://github.com/subvisual/guides
https://github.com/subvisual/guides
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/subvisual/guides
- Owner: subvisual
- Created: 2015-02-19T21:26:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-11T14:16:36.000Z (almost 6 years ago)
- Last Synced: 2024-03-29T12:00:23.917Z (almost 2 years ago)
- Language: Elixir
- Size: 293 KB
- Stars: 26
- Watchers: 13
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Guides
======
Guides for getting things done, programming well, and programming in style.
* [Best Practices](/best-practices)
* [Code Review](/code-review)
* [Protocol](/protocol)
* [Communication](/protocol/communication)
* [Git](/protocol/git)
* [Rails](/protocol/rails)
* [Style](/style)
* [Ruby](/style/ruby)
* [Sass](/style/sass)
* [JavaScript](/style/js)
* [Templating](/style/templating)
* [Linters](/linters)
* [Trello](/trello)
* [Github](/github)
* [DevOps](/devops)
High level guidelines:
* Be consistent.
* Don't rewrite existing code to follow this guide.
* Don't violate the conventions without a good reason.
A note on the language:
* "Avoid" means don't do it unless you have good reason.
* "Don't" means there's never a good reason.
* "Prefer" indicates a better option and its alternative to watch out for.
* "Use" is a positive instruction.
Credits
-------
Thanks to [thoughtbot](http://thoughtbot.com/) from whom these guides are based.
These guides are maintained by [Subvisual](https://subvisual.com)
The names and logos for Subvisual are trademarks of GB-Software As A Service, Lda.
These guides are © 2017 GB-Software As A Service, Lda.
They are distributed under the [Creative Commons
Attribution License](http://creativecommons.org/licenses/by/3.0/).