lpaste.de

Code-Review Cheat sheet [Draft]

Intro

This post is mostly a short summary of Google‘s Code Review Developer Guide. I use these as my personal guidelines for code reviews.

How to check

Things to check

Design

Functionality

Complexity

Tests

Comments

Naming

Style

Documentation

Consistency

← Home