Ask HN: Best PR Review Experience?
1 comments
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.
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.
- 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