I am beginning to despair. I can't even really put my finger on what exactly it is, but I find reviewing PRs on github extremely painful. For example, I keep missing my own comments when checking back if the author addressed them. Why is there no list of "all my comments"? Maybe filterable by outdated,resolved and open..
codeapprove|4 years ago
Check out https://codeapprove.com or just email me at sam@habosa.com if you’re interested
soenkeliebau|4 years ago
naivebull|4 years ago
- 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.
soenkeliebau|4 years ago
piotrkaminski|4 years ago