How are you doing code reviews?

Posted by CyberWrath09@reddit | ExperiencedDevs | View on Reddit | 119 comments

Curious how folks here are actually doing code reviews these days, especially on teams where most devs are 5+ years in. I am trying to recalibrate our process and I am realizing weve kind of drifted into a weird middle ground.

Context: mid-size B2B SaaS (\~60 engineers), mostly backend and infra heavy, regulated customers but not medical/finance-level regulated. We are fully remote, roughly 6 time zones, and historically pretty async.

Right now our process is: open PR, CI runs, an AI bot does a first pass comment dump, then a human approval is required from someone at or above your level for risky areas, or any senior for low-risk stuff. We do not have formal size limits, just the “keep it small” mantra. Unsurprisingly, that has turned into 50-line PRs and 1500-line PRs coexisting.

Having some issues with staying organized and ju