gitmyhub

eng-practices

★ 23k updated 1y ago ▣ archived

Google's Engineering Practices documentation

Google's publicly shared engineering guidelines covering how to run code reviews effectively, written for both reviewers and change authors based on practices used across all of Google's engineering teams.

setup: easycomplexity 1/5

This repository contains Google's Engineering Practices documentation, which covers generalized engineering practices developed across all languages and projects at Google. The documentation is published publicly so that open source projects and other organizations can benefit from Google's accumulated experience. Currently it contains Google's Code Review Guidelines, which consists of two separate guides: the Code Reviewer's Guide and the Change Author's Guide. The documents use some Google-internal terminology, including CL (changelist, equivalent to a change, patch, or pull request) and LGTM (Looks Good to Me, used when a reviewer approves a CL). The documents are licensed under CC-By 3.0.

Where it fits