▲ | mytailorisrich 5 days ago | ||||||||||||||||||||||
Well, you don't need stacked PRs for that... I think stacked PRs are a symptoms of the issues the underlying workflow (feature branches with blocking reviews) has. | |||||||||||||||||||||||
▲ | ncruces 5 days ago | parent | next [-] | ||||||||||||||||||||||
“What you'll do next and in what way” is often an important tool to put the small changes into context. Stacked pull requests can be an important tool to enable “frequent, small changes” IMO. Sure, I can use a single pull request and a branch on top of that, but then it's harder for others to leave notes on the future, WIP, steps. A common situation is that during code review I create a few alternative WIP changes to communicate to a reviewer how I might resolve a comment; they can do the same, and share it with me. Discussion can fork to those change sets. Gerrit is much closer to my desired workflow than GitHub PRs. | |||||||||||||||||||||||
| |||||||||||||||||||||||
▲ | vlovich123 4 days ago | parent | prev [-] | ||||||||||||||||||||||
What’s your counter proposal on the workflow? No code reviews? |