Hacker News new | ask | show | jobs
by 0xcoffee 919 days ago
https://newsletter.pragmaticengineer.com/p/stacked-diffs
1 comments

Stacked diffs sound like what I sometimes do with PRs, where I branch off a previous branch. merging/rebasing from main would cascade through. It's a drain on QA though if they feel like they have to manually qa each PR, as opposed to testing the entire bundle of PRs at once.