Ask HN: Best PR Review Experience?

3 points by prats226 ↗ HN
With lot of code being pushed, how are you guys managing PR reviews?

- Only review by some other agent - Ask devs to push plans and review those - Review critical code paths yourself - Rely on integrations tests - Rely on manual testing

Just looking for what people are following and best practices

1 comment

[ 4.4 ms ] story [ 16.6 ms ] thread
That's how I review code nowadays:

1. Start an AI review.

2. Test the app myself, note any bugs or visual issues.

3. Review the code on www.pyor.review, compared to Github, Pyor allows me to categorize the files and changes then review the important stuff and skim the noise Pyor identifies.

4. leave comments on the on the code, and go back and forth with the author until everything is addressed.

5. approve.