1 link tagged with all of: code-review + github + engineering-practices
Click any tag below to further narrow down your results
Links
Google has made its internal code review guides public on GitHub. One guide covers reviewers, another covers authors and defines terms like LGTM and CL. The repository shows how Google standardizes its code review process.
- Google published its internal code review guides (reviewer and author docs) publicly on GitHub under google/eng-practices.
- The guides mandate no CL sit unreviewed for more than 24 hours.
- Author guide specifies concrete conventions like "<area>: <summary>" commit messages and splitting big features into logical CLs.
- Reviewer guide gives specific checklists covering security, readability, test coverage, and performance (including C++ memory-allocation checks).