What is a code review? and Why should they be a part of your process?

Kendra Curtis
3 min readSep 28, 2020

A code review is a standard practice in the software development life cycle, where one or more people review the source code of another developer. The goal of the review can vary, but it is generally to increase the code quality and provide consistency to a code base.

Photo by Viktor Hanacek

It is something I find many people have the hardest time adapting to when…