- 在线文档托管在 ReadTheDocs : [在线阅读最新版本](http://zh-google-styleguide.readthedocs.org/) [http://zh-google-styleguide.readthedocs.org/]
- 中文风格指南 GitHub 托管地址:[zh-google-styleguide](https://github.com/zh-google-styleguide/zh-google-styleguide) [https://github.com/zh-google-styleguide/zh-google-styleguide]
> Note
> 声明.
> 本项目并非 Google 官方项目, 而是由国内程序员凭热情创建和维护.
> 如果你关注的是 Google 官方英文版, 请移步 [Google Style Guide](http://code.google.com/p/google-styleguide/) [http://code.google.com/p/google-styleguide/]
每个较大的开源项目都有自己的风格指南: 关于如何为该项目编写代码的一系列约定 (有时候会比较武断).当所有代码均保持一致的风格, 在理解大型代码库时更为轻松.
“风格” 的含义涵盖范围广, 从 “变量使用驼峰格式 (camelCase)” 到 “决不使用全局变量” 再到 “决不使用异常”.英文版项目维护的是在 Google 使用的编程风格指南. 如果你正在修改的项目源自 Google, 你可能会被引导至英文版项目页面, 以了解项目所使用的风格.
我们已经发布了四份 **中文版** 的风格指南:
1. [Google C++ 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/) [http://zh-google-styleguide.readthedocs.org/en/latest/google-cpp-styleguide/]
1. [Google Objective-C 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-objc-styleguide/) [http://zh-google-styleguide.readthedocs.org/en/latest/google-objc-styleguide/]
1. [Google Python 风格指南](http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/) [http://zh-google-styleguide.readthedocs.org/en/latest/google-python-styleguide/]
1. [Google JSON 风格指南](https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md) [https://github.com/darcyliu/google-styleguide/blob/master/JSONStyleGuide.md]
中文版项目采用 reStructuredText 纯文本标记语法, 并使用 Sphinx 生成 HTML / CHM / PDF 等文档格式.
- 英文版项目还包含 [cpplint](http://google-styleguide.googlecode.com/svn/trunk/cpplint) [http://google-styleguide.googlecode.com/svn/trunk/cpplint] - 一个用来帮助适应风格准则的工具, 以及 [google-c-style.el](http://google-styleguide.googlecode.com/svn/trunk/google-c-style.el) [http://google-styleguide.googlecode.com/svn/trunk/google-c-style.el], Google 风格的 Emacs 配置文件.
- 另外, 招募自愿者翻译 [JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) [http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml] 以及 [XML Document Format Style Guide](http://google-styleguide.googlecode.com/svn/trunk/xmlstyle.html) [http://google-styleguide.googlecode.com/svn/trunk/xmlstyle.html], 有意者请联系 [brantyoung](http://yangyubo.com) [http://yangyubo.com].
© Copyright . Created using [Sphinx](http://sphinx-doc.org/) 1.3.1.
- Google 开源项目风格指南 (中文版)
- C++ 风格指南
- 0. 扉页
- 1. 头文件
- 2. 作用域
- 3. 类
- 4. 来自 Google 的奇技
- 5. 其他 C++ 特性
- 6. 命名约定
- 7. 注释
- 8. 格式
- 9. 规则特例
- 10. 结束语
- Objective-C 风格指南
- Google Objective-C Style Guide 中文版
- 留白和格式
- 命名
- 注释
- Cocoa 和 Objective-C 特性
- Cocoa 模式
- Python 风格指南
- Google Python 风格指南 - 中文版
- 背景
- Python语言规范
- Python风格规范
- 临别赠言
- JSON 风格指南
- 简介
- 定义
- 一般准则
- 属性名准则
- 属性值准则
- 属性值数据类型
- JSON结构和保留属性名
- 顶级保留属性名称
- data对象的保留属性名
- 用于分页的保留属性名
- 用于链接的保留属性名
- 错误对象中的保留属性名
- 属性顺序
- 示例
- 附录