About 223 results
Open links in new tab
  1. Google Style Guides | styleguide

    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 …

  2. Google Java Style Guide - GitHub

    1 Introduction 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 …

  3. Google C++ Style Guide - GitHub

    Some style guide restrictions are in place to prevent falling into these pitfalls. There is a high bar for style guide waivers on such restrictions, because waiving such rules often directly risks …

  4. Go Style | styleguide

    Documents The Style Guide outlines the foundation of Go style at Google. This document is definitive and is used as the basis for the recommendations in Style Decisions and Best …

  5. 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 …

  6. Google’s R Style Guide | styleguide

    Google’s R Style Guide R is a high-level programming language used primarily for statistical computing and graphics. The goal of the R Programming Style Guide is to make our R code …

  7. Google JavaScript Style Guide - GitHub

    1 Introduction 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 …

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

    1 Background Python is the main dynamic language used at Google. This style guide is a list of dos and don’ts for Python programs.

  9. Swift Style Guide - GitHub

    This style guide is based on Apple’s excellent Swift standard library style and also incorporates feedback from usage across multiple Swift projects within Google. It is a living document and …

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

    When to use Shell Shell should only be used for small utilities or simple wrapper scripts. While shell scripting isn’t a development language, it is used for writing various utility scripts …