https://github.com/maxshalom/codus-operandi
The best programming style guides on the web to help you improve your skills.
https://github.com/maxshalom/codus-operandi
back-end code-quality front-end learn-to-code programming-languages style-guide
Last synced: 9 months ago
JSON representation
The best programming style guides on the web to help you improve your skills.
- Host: GitHub
- URL: https://github.com/maxshalom/codus-operandi
- Owner: MaxShalom
- License: mit
- Created: 2017-10-02T14:32:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T02:51:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T12:45:33.961Z (11 months ago)
- Topics: back-end, code-quality, front-end, learn-to-code, programming-languages, style-guide
- Homepage: http://maxshalom.com/codus-operandi/
- Size: 4.16 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codus Operandi
_The best programming style guides on the web to help you improve your skills._
**Table of Contents**
[C++](#c) / [C# (C-Sharp)](#c-c-sharp) / [Common Lisp](#common-lisp)
[HTML/CSS](#htmlcss)
[Java](#java) / [JavaScript](#javascript)
[Objective-C](#objective-c)
[PHP](#php) / [Python](#python)
[R](#r) / [Ruby](#ruby)
[Shell](#shell) / [SQL](#sql) / [Swift](#swift)
[Vimscript](#vimscript)
[C++](#c) / [C# (C-Sharp)](#c-c-sharp) / [Common Lisp](#common-lisp)
[HTML/CSS](#htmlcss)
[Java](#java) / [JavaScript](#javascript)
[Objective-C](#objective-c)
[PHP](#php) / [Python](#python)
[R](#r) / [Ruby](#ruby)
[Shell](#shell) / [SQL](#sql) / [Swift](#swift)
[Vimscript](#vimscript)
[Other](#other)
-----
## C++
### [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html)
## C# (C-Sharp)
### [Microsoft C# Style Guide](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/index)
## Common Lisp
### [Google Common Lisp Style Guide](https://google.github.io/styleguide/lispguide.xml)
## HTML/CSS
### [Airbnb CSS and SASS Style Guide](http://css-styleguide.surge.sh/)
### [Airbnb CSS in Javascript](https://github.com/airbnb/javascript/blob/master/css-in-javascript/README.md)
### [Dropbox (S)CSS Style Guide](https://github.com/dropbox/css-style-guide/blob/master/README.md)
### [Front-End Checklist Guide](https://frontendchecklist.io/)
### [Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html)
### [HTML/CSS Code Guide by @mdo](http://codeguide.co/)
### [W3 Schools HTML Style Guide](https://www.w3schools.com/htmL/html5_syntax.asp)
## Java
### [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html)
## JavaScript
### [Airbnb JavaScript Style Guide](http://airbnb.io/javascript/)
### [Airbnb React Style Guide](https://github.com/airbnb/javascript/blob/master/react/README.md)
### [Airbnb CSS in JavaScript Style Guide](https://github.com/airbnb/javascript/blob/master/css-in-javascript/README.md)
### [Front-End Checklist Guide](https://frontendchecklist.io/)
### [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html)
### [Google AngularJS Style Guide](https://google.github.io/styleguide/angularjs-google-style.html)
### [Meteor JavaScript Style Guide](https://guide.meteor.com/code-style.html)
### [Standard JavaScript Style Guide](https://standardjs.com/)
### [W3 Schools JavaScript Style Guide](https://www.w3schools.com/js/js_conventions.asp)
## Objective-C
### [Google Objective-C Style Guide](https://google.github.io/styleguide/objcguide.html)
### [NYTimes Objective-C Style Guide](https://github.com/NYTimes/objective-c-style-guide/blob/master/README.md)
## PHP
### [MIT PHP Style Guide](http://mitsloan.mit.edu/shared/content/PHP_Code_Style_Guide.php)
## Python
### [Django Style Guide](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/)
### [Python.org Python Style Guide](https://www.python.org/dev/peps/pep-0008/)
### [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html)
### [The Hitchhiker's Guide to Python](http://docs.python-guide.org/en/latest/writing/style/)
## R
### [Google R Style Guide](https://google.github.io/styleguide/Rguide.xml)
## Ruby
### [Airbnb Ruby Style Guide](https://github.com/airbnb/ruby/blob/master/README.md)
### [Github Ruby Style Guide](https://github.com/github/rubocop-github/blob/master/STYLEGUIDE.md)
## Shell
### [Google Shell Style Guide](https://google.github.io/styleguide/shell.xml)
## SQL
### [SQL Style Guide By Simon Holywell](www.sqlstyle.guide/)
## Swift
### [Coursera Swift Style guide](https://github.com/coursera/swift-style-guide/blob/master/README.md)
### [Linkedin Swift Style Guide](https://github.com/linkedin/swift-style-guide/blob/master/README.md)
## Vimscript
### [Google Vimscript Style Guide](https://google.github.io/styleguide/lispguide.xml)
## Other
### [Open Source Guide](https://opensource.guide/)
### [GitHub Guides](https://guides.github.com/)
Made by [Max Shalom](https://github.com/MaxShalom).
If you would like to recommmend new style guides, please submit an issue with the name, programming language, and website.
[Back to the Table of Contents](#table-of-contents)
