|
|
|
|
|
by conradludgate
268 days ago
|
|
My recommendation: don't treat the development process as the final draft. Write everything in one go, and then afterwards rework the commits to tell the story you want to tell. This does require getting very comfortable with git rebase, but I can absolutely recommend it. Using this technique, I've managed to merge several large refactors lately with no issues, and the reviewers didn't hate me. |
|
git is a means, not an end
code review is about the code as a unit whole, not the steps along the way!