Ask HN: Have you found a good workflow for reviewing PRs on GitHub?
1–7 of 7 posts
Re: Ask HN: Have you found a good workflow for reviewing PRs on GitHub?
#2- Keep the PR small, the code changes focused.
- The “viewed” checkbox per file. Tick it as the file is reviewed. If the file is changed later, it will expand as “Changed since last viewed”. If not, one less thing to check on next review iteration.
- Keep discussions off Github. There should be one comment per issue as the initializer as well as reminder. The long discussions goes into a Slack thread.
- The reviewer is the one to resolve the comment. This way, you can resolve them as in “tick them off” as done.
Re: Ask HN: Have you found a good workflow for reviewing PRs on GitHub?
#3I do code review on both Gitlab and Github and found the experience on Github more pleasant. Things that help: - Keep the PR small, the code changes focused. - The “viewed” checkbox per file. Tick it as the file is reviewed. If the file is changed later, it will expand as “Changed since last viewed”. If not, one less thing to check on next review iteration. - Keep discussions off Github. There should be one comment p…
Re: Ask HN: Have you found a good workflow for reviewing PRs on GitHub?
#4Check out https://codeapprove.com or just email me at sam@habosa.com if you’re interested
Re: Ask HN: Have you found a good workflow for reviewing PRs on GitHub?
#5I’m building a much better tool for reviewing code on GitHub. Still in early stages and looking for feedback, but our central idea is exactly what you mention. We make sure that all comments are resolved before the review is done and help you focus on what needs resolution. Check out https://codeapprove.com or just email me at sam@habosa.com if you’re interested
Re: Ask HN: Have you found a good workflow for reviewing PRs on GitHub?
#6I’m building a much better tool for reviewing code on GitHub. Still in early stages and looking for feedback, but our central idea is exactly what you mention. We make sure that all comments are resolved before the review is done and help you focus on what needs resolution. Check out https://codeapprove.com or just email me at sam@habosa.com if you’re interested
That sounds interesting, I'd love to have a closer look at that, or get a demo, whatever you can currently offer :)