Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonathanong/style-guide
My style guide
https://github.com/jonathanong/style-guide
Last synced: 3 months ago
JSON representation
My style guide
- Host: GitHub
- URL: https://github.com/jonathanong/style-guide
- Owner: jonathanong
- License: mit
- Archived: true
- Created: 2013-11-11T09:09:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-01T07:52:54.000Z (almost 10 years ago)
- Last Synced: 2024-07-31T17:23:48.481Z (6 months ago)
- Size: 235 KB
- Stars: 64
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - jonathanong/style-guide - My style guide (others)
README
# Style Guide
Note that my latest style guides are now separate repos.
Please read those style guides and feel free to open up any issues!- [JavaScript Style Guide](https://github.com/jonathanong/js-style-guide)
- [JavaScript Module Style Guide](https://github.com/jonathanong/module-style-guide)
- [Component Style Guide](https://github.com/jonathanong/component-style-guide)
- [Git Style Guide](https://github.com/jonathanong/git-style-guide)
- [Server Style Guide](https://github.com/jonathanong/server-style-guide)Style guides in this repository:
- Javascript
- [Style](javascript-style.md) - aesthetics
- [Editor Style](javascript-editor-style.md) - style rules for your editors
- [Organization](javascript-organization.md) - how to organize your code
- [Performance](javascript-performance.md) - styles that affects performance
- [Error Handling](javascript-error-handling.md) - error handling best practices
- [Templates](templates.md) - HTML, CSS, and client-side JS
- [HTTP](http.md) - HTTP request and responses for servers
- [Repositories](repositories.md) - how to structure your repositoriesFrameworks and Libraries:
- [Koa](koa.md)