Hacker News new | ask | show | jobs
Synchronous vs. Asynchronous Code Review (convincedcoder.com)
1 points by Telichkin 1387 days ago
1 comments

I've found that most of the time dev teams use async workflow for code reviews. But it delays releases and leads to a lot of postponed context switches. In my experience, sync code reviews that have higher priority over other tasks is a much more productive workflow. With sync reviews we can deliver faster and improve the quality of the codebase