|
|
|
|
|
by patrick451
1643 days ago
|
|
> Although I push for a lot of upfront agreement, most of the back and forth arises from little things, like a variable name being too long, a newline between struct members, or a docstring that could be removed because the code is expressive enough. This pedantry is a cancer. If your PR comment starts with "Nit:" just shut up and go do something useful. |
|
I have worked in companies where sloppyness was culturally acceptable. I found that a much worse cancer because there is no fixed line when sloppyness is cosmetic and when it affects code quality and maintainabilty. Code quality just did deteriorate over time as little things started to accumulate everywhere.
Yes, review discussions are tedious, but having an ever deteriorating code-base is worse.