|
|
|
|
|
by jrockway
2387 days ago
|
|
I would focus on making your PRs as small as possible. I think what you want to aim for here is getting consistent about merging some small amount of code every day; writing the code is the easy part, going through the review and addressing the feedback is the hard part. If you keep the code small, the review will be small. Then when you repeat the process tomorrow, you'll be able to take into account all the learnings from yesterday's review. Eventually review time will be shorter and your changes will get larger. |
|