Building an Inclusive Code Review Culture
blog.plaid.com
Building an Inclusive Code Review Culture
1–10 of 81 posts
Re: Building an Inclusive Code Review Culture
#2Even in reviews where the reviewee had some amazing code that was kind of groundbreaking in one area, still have to find something to gripe about because I have 20 years on this kid. This seems to be quite common in science/engineering, not just in code reviews.
I wish I could find that company where nobody gives a shit about their place in the hierarchy and everyone isn't constantly trying to gun for other people's jobs to make their linkedin profiles look more impressive. It's been a looooong time now, still searching.
Re: Building an Inclusive Code Review Culture
#3Most code reviews I've participated in have devolved into the senior/loudest person making sure that people know who they are and what everyone's place in the hierarchy is. Even in reviews where the reviewee had some amazing code that was kind of groundbreaking in one area, still have to find something to gripe about because I have 20 years on this kid. This seems to be quite common in science/engineering, not just i…
Re: Building an Inclusive Code Review Culture
#4Re: Building an Inclusive Code Review Culture
#5How do you all make sure the code review requests get load balanced across the team, as opposed to 2-3 people getting all the PR requests?
Re: Building an Inclusive Code Review Culture
#6Most code reviews I've participated in have devolved into the senior/loudest person making sure that people know who they are and what everyone's place in the hierarchy is. Even in reviews where the reviewee had some amazing code that was kind of groundbreaking in one area, still have to find something to gripe about because I have 20 years on this kid. This seems to be quite common in science/engineering, not just i…
Re: Building an Inclusive Code Review Culture
#7How do you all make sure the code review requests get load balanced across the team, as opposed to 2-3 people getting all the PR requests?
Not everyone is the right person for a specific code review. Even on small teams someone may be more of a subject matter expert in one facet of your system or code. Therefore load balancing isn’t really the right way to look at it. The idea should be to seek feedback inclusively and welcomed from all teammates. As a submitter your job is to make sure you get the right feedback if there is someone more knowledgeable o…
Re: Building an Inclusive Code Review Culture
#8Most code reviews I've participated in have devolved into the senior/loudest person making sure that people know who they are and what everyone's place in the hierarchy is. Even in reviews where the reviewee had some amazing code that was kind of groundbreaking in one area, still have to find something to gripe about because I have 20 years on this kid. This seems to be quite common in science/engineering, not just i…
They definitely exist (I work at such a place) so I wish you the best of luck in your search!
Re: Building an Inclusive Code Review Culture
#9Most code reviews I've participated in have devolved into the senior/loudest person making sure that people know who they are and what everyone's place in the hierarchy is. Even in reviews where the reviewee had some amazing code that was kind of groundbreaking in one area, still have to find something to gripe about because I have 20 years on this kid. This seems to be quite common in science/engineering, not just i…
One of the questions I try to ask myself with any comment I write as a reviewer: "Would I accept this comment?".
Re: Building an Inclusive Code Review Culture
#10How do you all make sure the code review requests get load balanced across the team, as opposed to 2-3 people getting all the PR requests?