All Projects → google → Styleguide

google / Styleguide

Licence: apache-2.0
Style guides for Google-originated open-source projects

Programming Languages

HTML
75241 projects
python
139335 projects - #7 most used programming language
XSLT
1337 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
emacs lisp
2029 projects

Projects that are alternatives of or similar to Styleguide

git-style-guide
Руководство по использованию Git на русском языке
Stars: ✭ 30 (-99.9%)
Mutual labels:  styleguide, style-guide
A11y Style Guide
Accessibility (A11Y) Style Guide
Stars: ✭ 493 (-98.32%)
Mutual labels:  styleguide, style-guide
styleguide-todo-grammar
/sBin/StyleGuide/ToDo
Stars: ✭ 19 (-99.94%)
Mutual labels:  styleguide, style-guide
Git Style Guide
A Git Style Guide
Stars: ✭ 4,851 (-83.49%)
Mutual labels:  styleguide, style-guide
Javascript Airbnb
Перевод «JavaScript Style Guide» от Airbnb
Stars: ✭ 579 (-98.03%)
Mutual labels:  styleguide, style-guide
house style
A shared house style for Ruby projects
Stars: ✭ 19 (-99.94%)
Mutual labels:  styleguide, style-guide
python
Python Style Guide
Stars: ✭ 49 (-99.83%)
Mutual labels:  styleguide, style-guide
kotlin-style-guide
red_mad_robot Kotlin Style Guide
Stars: ✭ 85 (-99.71%)
Mutual labels:  styleguide, style-guide
Pycodestyle
Simple Python style checker in one Python file
Stars: ✭ 4,465 (-84.8%)
Mutual labels:  styleguide, style-guide
Vuejs Component Style Guide
Vue.js Component Style Guide
Stars: ✭ 2,796 (-90.48%)
Mutual labels:  styleguide, style-guide
Elixir style guide
This is community style guide for the Elixir programming language. Please feel free to make pull requests and suggestions, and be a part of Elixir's vibrant community.
Stars: ✭ 3,870 (-86.83%)
Mutual labels:  styleguide, style-guide
Ios Handbook
Guidelines and best practices for excellent iOS apps
Stars: ✭ 337 (-98.85%)
Mutual labels:  styleguide, style-guide
eslint-config-mingelz
A shared ESLint configuration with Chinese comments. 一份带有完整中文注释的 ESLint 规则。
Stars: ✭ 15 (-99.95%)
Mutual labels:  styleguide, style-guide
Clojure Style Guide
A community coding style guide for the Clojure programming language
Stars: ✭ 3,740 (-87.27%)
Mutual labels:  styleguide, style-guide
styleguide
Official code style guide of Banksalad
Stars: ✭ 91 (-99.69%)
Mutual labels:  styleguide, style-guide
SFMC-Cookbook
How to survive as a developer for Salesforce Marketing Cloud
Stars: ✭ 70 (-99.76%)
Mutual labels:  styleguide, style-guide
Nodebestpractices
✅ The Node.js best practices list (December 2021)
Stars: ✭ 72,734 (+147.55%)
Mutual labels:  styleguide, style-guide
Javascript
JavaScript Style Guide
Stars: ✭ 117,286 (+299.18%)
Mutual labels:  styleguide, style-guide
ue5-style-guide
An attempt to make Unreal Engine 4 projects more consistent
Stars: ✭ 2,892 (-90.16%)
Mutual labels:  styleguide, style-guide
Elements Of Python Style
Goes beyond PEP8 to discuss what makes Python code feel great. A Strunk & White for Python.
Stars: ✭ 3,308 (-88.74%)
Mutual labels:  styleguide, style-guide

Google Style Guides

Every major open-source project has its own style guide: a set of conventions (sometimes arbitrary) about how to write code for that project. It is much easier to understand a large codebase when all the code in it is in a consistent style.

“Style” covers a lot of ground, from “use camelCase for variable names” to “never use global variables” to “never use exceptions.” This project (google/styleguide) links to the style guidelines we use for Google code. If you are modifying a project that originated at Google, you may be pointed to this page to see the style guides that apply to that project.

This project holds the C++ Style Guide, C# Style Guide, Swift Style Guide, Objective-C Style Guide, Java Style Guide, Python Style Guide, R Style Guide, Shell Style Guide, HTML/CSS Style Guide, JavaScript Style Guide, TypeScript Style Guide, AngularJS Style Guide, Common Lisp Style Guide, and Vimscript Style Guide. This project also contains cpplint, a tool to assist with style guide compliance, and google-c-style.el, an Emacs settings file for Google style.

If your project requires that you create a new XML document format, the XML Document Format Style Guide may be helpful. In addition to actual style rules, it also contains advice on designing your own vs. adapting an existing format, on XML instance document formatting, and on elements vs. attributes.

The style guides in this project are licensed under the CC-By 3.0 License, which encourages you to share these documents. See https://creativecommons.org/licenses/by/3.0/ for more details.

The following Google style guides live outside of this project: Go Code Review Comments and Effective Dart.

Contributing

With few exceptions, these style guides are copies of Google's internal style guides to assist developers working on Google owned and originated open source projects. Changes to the style guides are made to the internal style guides first and eventually copied into the versions found here. External contributions are not accepted. Pull requests are regularly closed without comment. Issues that raise questions, justify changes on technical merits, or point out obvious mistakes may get some engagement and could in theory lead to changes, but we are primarily optimizing for Google's internal needs.

Creative Commons License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].