> When you start a feature branch on your own, do you create an entirely new development environment to do it? … yes? We have a few wrapper scripts around worktree operations that copy some docker volumes (pg data, bundle cache, etc.) from the base and spins up an entirely new stack on different ports with a host alias. We don’t have to install any deps beyond that because we copied over the ruby gems bundle cache an…
Maybe I’ve been isolated from The World for too long, but this sounds … unhealthy.