Google's Engineering Practices documentation
Go to file
2020-02-24 23:24:37 +08:00
zh-cn Update with latest changes 2020-02-24 23:24:37 +08:00
_config.yml Internal change 2019-09-05 16:15:34 -07:00
.gitignore Add simplified Chinese translation (#1) 2019-09-28 21:31:16 +08:00
LICENSE Internal change 2019-09-05 16:08:42 -07:00
README.md Linkify the URL to creativecommons.org 2019-09-11 20:22:16 +09:00

Google Engineering Practices Documentation

Google has many generalized engineering practices that cover all languages and all projects. These documents represent our collective experience of various best practices that we have developed over time. It is possible that open source projects or other organizations would benefit from this knowledge, so we work to make it available publicly when possible.

Currently this contains the following documents:

Terminology

There is some Google-internal terminology used in some of these documents, which we clarify here for external readers:

  • CL: Stands for "changelist," which means one self-contained change that has been submitted to version control or which is undergoing code review. Other organizations often call this a "change" or a "patch."
  • LGTM: Means "Looks Good to Me." It is what a code reviewer says when approving a CL.

License

The documents 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.

Creative Commons License