The document outlines Erik Ecoologic's process for reviewing code. It begins by stating that code reviews should not be too large and commits should have clear messages. It then details the steps Erik takes which include reading architecture, tasks, commits and code from specs. Erik ensures code meets quality standards through testing, readability, simplicity and following best practices. Comments are suggested objectively and learning is emphasized. The document promotes being kind and discussing code in-person. Resources on code reviews, the programmer's oath, clean code and agile principles are also provided.
Related topics: