Post #1233640
2026-03-11 05:42 UTC
I wouldn't say PR size is a bad metric, you usually just need yo read it the opposite of how sloppers do it, i.e. the most productive PRs are short and focused.
Replies (3)
-
@RustyNova@lemmy.world 2026-03-11 06:42
Then Devs focus on minifying the code into an unreadable mess
-
@firelizzard@programming.dev 2026-03-11 16:50
PR size is an awful metric. The bigger the PR, the less reviewable it is.
-
@Slotos@feddit.nl 2026-03-12 08:25
I’m working with a legacy codebase for the last few months, where a simple PR often ends up crossing a 1000 lines count due to testing and commenting, and I can’t stop apologizing for those. Yet there are people out there bragging about 10x changesets.