Great article! Totally agree that reviewing your own PR saves time and avoids mistakes like typos and random console logs. I’ve definitely fallen into the scope creep trap before. Do you think using specific tools could help with self-reviewing, or is it just all about mindset? Appreciate the tips!
Review your own pull request (PR)
0 Comments
koshunyin
•
Hi Ben, thank you for reading the article and raising a meaningful question.
Let's start with an example.
A colleague of mine loves to give PR comment on "Please add a newline at the end of the file". Since then, I spotted a rectified a few missing newlines in a few PRs. I found it too tiring to spot missing newlines, so I configured the IDE to add a newline when saving a file.
To answer your question, tools (when used appropriately) can handle mundane tasks for us, and ease our mind to focus on what matters more.
Additional tips - When I review my PR in Github, I would use the [Mark file as viewed](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#marking-a-file-as-viewed) feature to mark the review progress, so that I can context-switch when required.
Hope it helps.
Let's start with an example.
A colleague of mine loves to give PR comment on "Please add a newline at the end of the file". Since then, I spotted a rectified a few missing newlines in a few PRs. I found it too tiring to spot missing newlines, so I configured the IDE to add a newline when saving a file.
To answer your question, tools (when used appropriately) can handle mundane tasks for us, and ease our mind to focus on what matters more.
Additional tips - When I review my PR in Github, I would use the [Mark file as viewed](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/reviewing-proposed-changes-in-a-pull-request#marking-a-file-as-viewed) feature to mark the review progress, so that I can context-switch when required.
Hope it helps.
Please log in to add a comment.
Please log in to comment on this post.
More Posts
chevron_left