Senior engineer is making PR review a nightmare

Posted by thewritingwallah@reddit | ExperiencedDevs | View on Reddit | 53 comments

Has anyone dealt with a developer who is out to get you on PR reviews? he will create discussions for every tiny thing with often little benefit. For the sake of an example variable naming causing lengthy discussions. Every approach i take he will argue for almost the exact opposite and its tiring. I realise that this brings benefit and rubber stamping them without thought is also bad but has anyone been in a similar situation before or can offer some guidance?

He does this to other devs often not backing down on minor disagreements where either way would work and im sensing its causing the team morale to suffer.

so many code review antipatterns I can see by him

- add a ransom note and hold the change

- he plays guessing game and criticise my particular solution, on some grounds that don’t relate to whether or not it solves the problem.

- he start reviewing the code, add a review comment pointing it out and stop reading and send me back, I fix and send him back again and this become like 'Thousand Round Trips'

- sometimes he send his friend and make a double team and like 'One patch. Two reviewers.'

and so many other code review antipatterns.

Im 16yoe working in a startup environment as a consultant.

What has been the most effective way for you to perform code reviews in your teams?