Hacking, Code & Open Source Reads

tag: #git

1 posts
1 day ago Separate Your Changes - The Kernel's Patch Rules Applied to LLM-Assisted Coding

The Linux kernel has had a written rule about commit hygiene since before the platforms most engineers use today existed. "Separate each logical change into a separate patch." The rule is currently being violated at an industrial scale by everyone using LLM assistants to write code, because the assistants produce sprawling multi-concern diffs by default. The kernel's discipline is the cleanest answer to the resulting mess, and it scales down to any project size.

#git #kernel #llm #linux