What is a code review? and Why should they be a part of your process?
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.
It is something I find many people have the hardest time adapting to when…