18 May, 2026
β’ 69 words β’ 1 min
From the Google Engineering Practices
handbook:
Why Write Small CLs?
Reviewed more quickly
Reviewed more thoroughly
Less likely to introduce bugs
Less wasted work if they are rejected
Easier to merge
Easier to design well
Less blocking on reviews
Simpler to roll back
CLs = ChangeLists = PRs = Pull Requests
Full
documentation .
My additions:
Easier to test
Easier to explain to a teammate
Easier for LLMs to ingest
Related Posts
Previously.
Problem statement: LogSeq v2 is moving its graph format from markdown files to a sqlite database:
What’s New with Logseq DB β May β¦
Jul 20, 2026
Worktrunk:
Git worktree management for parallel AI agent workflows
I stumbled upon worktrunk (wt) due to a fortunate coincidence, serendipity at its β¦
May 25, 2026
Previously , previously , previously , previously , previously .
Thiago Perrotta