ended3월 16일· 2 sources
Reviewing large changes with Jujutsu
Jujutsu를 활용한 대규모 코드 변경 리뷰 방법
Why it matters
The author describes a new code review workflow using Jujutsu (jj), a Git replacement, to handle increasingly large pull requests. The method involves duplicating a colleague's change, creating an empty parent commit, then progressively squashing reviewed hunks into it to track review progress. This approach leverages familiar IDE tooling, allows interrupting and resuming reviews, and addresses limitations of forges like Bitbucket that lack file-level viewed-tracking.
2
Sources
+0
24h
—
Growth
178d
Active
agent workflowai code reviewautomationcode reviewdecision logdeveloper experiencejjjujutsumcppull requestsquash workflowstatic analysis