Reads more like a page designed to funnel you into their product IMO
post
replies:
Graphite is ok, but honestly it's a solution in search of a problem
Maybe if you have a massive pr, splitting it up like this works, but that's really a planning failure. Stories should be smaller, and if you need to keep them separate for a long time, use feature branches
replies:
permalink
fedilink
source
parent
hideshow 2 child comments
Feature flags are another solution. Merge the code, but have it disabled on prod until you enable the feature flag (when the whole feature is complete and deployed)
The "review after merge" guy isn't looking quite so insane now. Stacking PRs? Really?
all 10 comments