google code style
google-java-format is a program that reformats Java source code to comply with Google Java Style.
This document serves as the complete definition of Google's Android coding standards for source code in the Kotlin Programming Language.
This style guide provides editorial guidelines for writing clear and consistent technical documentation for an audience of software developers.
google/styleguide.
本專案並非Google 官方專案,而是個人希望提供繁體中文的Coding Style 文件而繁體化,感謝簡體中文的翻譯者。 如果你關注的是Google 官方英文版,請移步Google Style Guide
Let's take a look at what the Google Style Guide is, how they've structured their rules and guidelines, and what different engineering teams can learn from it.
每个较大的开源项目都有自己的风格指南:关于如何为该项目编写代码的一系列约定(有时候会比较武断)。当所有代码均保持一致的风格,在理解大型代码库时更为轻松。