DEV Community

Discussion on: Crafting Better Code Reviews

Collapse
 
kaskas profile image
Kestas Bar

Great post!

Another method we use across projects is to perform automated code review (using codefactor.io) with every commit and pull request. It weeds out most of the "best practices" cases and tremendously helps to concentrate on a more meaningful conversation during Human code-review phase.