About 29 results
Open links in new tab
  1. Google Java Style Guide - GitHub

    This document serves as the complete definition of Google's coding standards for source code in the Java™ Programming Language. A Java source file is described as being in Google Style if and only if it adheres to the rules herein.

  2. Google Style Guides | styleguide

    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.

  3. Google JavaScript Style Guide - GitHub

    This document serves as the complete definition of Google’s coding standards for source code in the JavaScript programming language. A JavaScript source file is described as being in Google Style if and only if it adheres to the rules herein.

  4. Google C++ Style Guide - GitHub

    Style, also known as readability, is what we call the conventions that govern our C++ code. The term Style is a bit of a misnomer, since these conventions cover far more than just source file formatting.

  5. styleguide | Style guides for Google-originated open-source projects

    The point of having style guidelines is to have a common vocabulary of coding so people can concentrate on what you’re saying rather than on how you’re saying it. We present global style rules here so people know the vocabulary, but local style is also important.

  6. The Standard of Code Review - eng-practices

    The primary purpose of code review is to make sure that the overall code health of Google’s code base is improving over time. All of the tools and processes of code review are designed to this end. In order to accomplish this, a series of trade-offs have to be balanced.

  7. C# at Google Style Guide | styleguide

    This style guide is for C# code developed internally at Google, and is the default style for C# code at Google. It makes stylistic choices that conform to other languages at Google, such as Google C++ style and Google Java style.

  8. Google XML Document Format Style Guide - GitHub

    This document provides a set of guidelines for general use when designing new XML document formats (and to some extent XML documents as well; see Section 11). Document formats usually include both formal parts (DTDs, schemas) and parts expressed in normative English prose.

  9. Google · GitHub

    This style guide documents guidelines and recommendations for building JSON APIs at Google. In general, JSON APIs should follow the spec found at JSON.org. This style guide clarifies and standardizes specific cases so that JSON APIs from Google have a standard look and feel.

  10. Go Style | styleguide

    This guide assumes the reader is familiar with Effective Go, as it provides a common baseline for Go code across the entire Go community. Below are some additional resources for those looking to self-educate about Go style and for reviewers looking to …