This document outlines the purpose and process of code reviews. Code reviews ensure code quality, proper structure and business logic matching before release. They also serve as a teaching tool for developers to learn better coding techniques. The reviewer's role is to ask questions, provide praise and focus on code, not the coder. Multiple solutions may exist. Developers should see code reviews as helpful feedback, not personal criticism. Reviews are documented and issues tracked electronically. Checklists are used to systematically review coding standards compliance. Next steps include standardizing on a specific coding standard and providing developer training.