Hacker News new | ask | show | jobs
by kartoshechka 846 days ago
we tried to break up features into smaller PRs at one $dayjob, and the problem with small increments is that you have to plan out to some degree of detail upfront, which can't be always fast, and isn't always reasonable. otherwise, you can miss the bigger picture reviewing intermediate "steps", especially if it isn't the same person who reviews the entire feature.

also juggling branches doesn't scale beyond single repo, use worktrees instead