New comment by ahesford on void-packages repository https://github.com/void-linux/void-packages/pull/31916#issuecomment-881809066 Comment: > > And make it a single commit with both changes too ;) > > They are two independent changes, so they should stay in separate commits. Squashing unrelated changes into mega commits is a horrible antipattern that makes commits hard to comprehend. Save the "anti-pattern" critiques for the classroom. Our policy is not designed to maximize comprehension; it is designed to maximize atomicity and reversibility. If you break something, we need to be able to easily restore the prior state of the package while you figure out what went wrong, not wade through a web of commits to bisect the breakage. If there is a lot to explain about the changes, use comments or the commit message.