|
|
|
|
|
by SketchySeaBeast
252 days ago
|
|
> It sucks if you bisect and find the change happened in some enormous incohesive commit. But why are any PRs like this? Each PR should represent an atomic action against the codebase - implementing feature 1234, fixing bug 4567. The project's changelog should only be updated at the end of each PR. The fact that I went down the wrong path three times doesn't need to be documented. |
|
We can bikeshed about this for days. Not every feature can be made in an atomic way.