DEV Community

Eric Meadows
Eric Meadows

Posted on

Code Reviews Need Order

I've always wondered what order I should review the code in with large PRs...

For context I run a startup to make code reviews not suck.

Top comments (1)

Collapse
 
manojlingala profile image
manojlingala

tbh its a daunting task .

  • I would start with focusing on the critical changes.
  • Code analysis tool which ease some of the pain.
  • If time permits , I will break into smaller logical groups based on the functionality and check respective test cases are covered.