PR process killing morale and productivity
blackentropy.com
PR process killing morale and productivity
1–10 of 224 posts
Re: PR process killing morale and productivity
#2Re: PR process killing morale and productivity
#3Re: PR process killing morale and productivity
#4This person of course does not do all of the verification, other then broad strokes of what the change does, and who wrote it, reviewed it and tested it.
I feel like companies do not want a large tree like structure for their development teams.
Without a network of trust it can become mob rule, which is what this article appears to be describing.
Re: PR process killing morale and productivity
#5For me this says more about the company culture than any inherent flaws with the code review process.
Re: PR process killing morale and productivity
#6Per the article, not the pull requests itself, but the tedious bikeshedding around them. The article's headline is a bit misleading.
Re: PR process killing morale and productivity
#7Re: PR process killing morale and productivity
#8Re: PR process killing morale and productivity
#9> I’ve recently come across a discussion where a new developer joined a team and faced over 300 PR comments on their first contribution. Most of it was stylistic nitpicking. This isn’t just unproductive, it’s outright toxic. For me this says more about the company culture than any inherent flaws with the code review process.
I've seen good/great people call out the nitpicks (in my case it was often mis-spelling, due to not being a native speaker of english) but will approve the PR anyway (implicitly expecting another revision to be sent, trusting the submitter).
On the other hand bad/toxic people will drown you with stylistic nitpicks and won't approve (and trust) you to do your best work. You will be essentially blocked pending their approval (so that nitpicks are changed according to their likings).
The weird thing is that all this traceability leaves traces for management to see who's doing a good pr review job and who's not... But I've learned that management usually does not care much.