50 Critical Things to Check During a Code Review

For backend web developers.

Sasha Marfut
Level Up Coding
Published in
5 min readSep 18, 2022

--

Photo by Christin Hume on Unsplash

The code review process should be automated as much as possible. Creating a pull request should trigger at least unit tests and static code analysis on the feature branch. Automation tools can say a lot about the code quality: metrics, unit tests coverage, detecting duplicating lines etc.

--

--