|
|
|
|
|
by dan-robertson
1420 days ago
|
|
One advantage of ‘stacking’ is breaking up review into more logical units, eg 1. Introduce new test exhibiting bug 2. Introduce bug fix and update the test If 1 and 2 are reviewed together you have less evidence that the test actually shows the bug being fixed. |
|
We actually have a rule that there must be 1 commit just introducing a test that fails on CI for bugfix PRs.