DEV Community

Discussion on: The Golden Rules of Code Review Etiquette, as explained by teeny tiny bunnies

Collapse
 
withshubh profile image
Shubhendra Singh Chauhan • Edited

Great tips @ashleykolodziej 👏

let's suppose the code is large and cannot be reviewed in one go; then there are high chances of missing out on issues during manual code review even if you try to do it by breaking the code in parts. So for such cases, you can try out Automated Code Review Tools.