|
|
|
|
|
by schwartzworld
1076 days ago
|
|
So far the number one thing I've found is keeping tasks appropriate in size. Huge PRs are going to necessitate lots of comments and changes, which is discouraging to a junior who has just spent a lot of time figuring out how to do something. You want to keep PRs small so tasks are doable and mistakes are catchable. So 1) make sure you split big tickets into small tasks. 2) I encourage juniors to split largish tasks into multiple PRs. |
|