|
|
|
|
|
by AnthOlei
617 days ago
|
|
I’ve recently spent time truly learning git, and I’m realizing how much better it is to take care of your commits in a PR even if you squash to main. My reviewers love when I write “review commit by commit” in the PR description. Then each individual commit has its own reasoning, and you can mentally switch into reviewing if that commit does it’s one thing it’s supposed to do correctly. I will accept the argument that each commit should be its own PR though :) |
|
The PR is just the best GitHub had to offer. There are other approaches to code review.
[1] Here we are generalizing.