Reviewing Large Changes with Jujutsu
Summary
The author advocates using Jujutsu (jj) to manage large code changes, presenting a practical workflow to duplicate changes, create a new parent, and gradually squash changes. It highlights benefits like reduced cognitive load and staying in the familiar IDE, while noting tradeoffs such as IDE integration limits and the need for future workflow refinements.