DaedTech

Stories about Software

By

Politeness or Bluntness in Code Review? Settling the Matter Once and for All

These days I make a living producing content (or, increasingly, running a content operation).  As a result, social media and blogs have become more of a broadcast operation for me than a source of information.  Still, I had occasion recently to meander out of my bubble and observe a debate about code review etiquette.

The Code Review Etiquette Conundrum

Here are the two sides of that debate, paraphrased in my best attempt to inject no subjective bias.

  • Code reviews can tend toward depressing and demoralizing for the reviewee, so make sure to include some kind of positive feedback.
  • Manufacturing compliments is patronizing, so just stick to the facts and action items.

For the remainder of the post, I’ll use the relatively value-neutral framing of “subtlety vs. directness” to refer to these relative positions, with the idea that a continuum of sorts exists between them.

This incarnation was just the most recent.  I’ve seen this debate a lot over the years, and I’ve certainly spoken about code reviews before:

So, as you can probably infer, I would be more likely to come down on the first point in the debate: be polite.  That’s not only my natural preference (politeness or just not doing them), but the product of my personal background and culture.  That’s a strong statement, so let’s but a brief pin it and then unpack it in detail.

We Assume the Subtlety vs Directness Question is a Conscious Choice of Personal Style

Reading the premise of this post, you probably start forming inner monologue immediately.  “Would it really kill you to just be nice for once?”  Or perhaps, “why would we waste a bunch of time beating around the bush with insincere games?”

That monologue then turns into the right way of doing things.  “Being nasty and constantly negative causes corporate turnover and makes our industry toxic, so we should stop.”  Or, “all of these games waste time and dilute the review process, hurting our production code.”  So think pieces on the subject become like this one about “spare me the compliment sandwich.”  You naturally think that your style is the right one and then seek to argue that everyone else should adopt your correct approach.

Code Review Rendered Trivial: The Ethnic Theory of  Plane Crashes

This looks a lot like the way we reason and argue about coding style.  But subtlety vs. directness is not that at all.  It’s heavily cultural.

Years ago, I listened to an audio book called Outliers, by Malcom Gladwell.  It’s a fascinating book, but what’s relevant here is its seventh chapter (summarized in detail here).  And now, anytime I hear a debate like this about code review, I think of Gladwell’s book and about Colombian pilots.

The Colombian pilots landed intensely in the subtlety camp.  The air traffic controllers at JFK airport in New York were decidedly direct.  And a completely avoidable tragedy ensued because of the impedance mismatch, so to speak, between these interaction models.

The Colombian pilots told the air traffic controllers that they were running low on fuel, and that they needed to land.  But they didn’t say (or yell) that they had an emergency on their hands, when, in fact, they did.  So the air traffic controllers reasoned that there was, in fact, no emergency and continued to put them off from landing.  The plane ran out of fuel and crashed.

If this approach can’t find easy resolution in a life or death situation, what hope do we have around a Github pull request or an IDE projected on the conference room flat screen?

Different Cultures Land in Really, Really Different Places on the Subtlety vs. Directness Spectrum

As I thought about the code review bluntness debate and the beginnings of this post, I started googling idly.  I seem to recall (though I don’t have the book in front of me) that Gladwell talked a lot about different countries appearing in different places on this continuum.  And, sure enough, anecdotal Googling seems to suggest that.

Here’s some fun reading, for those interested:

  • A Quora question on why Israelis are so blunt.  People responding (presumably Israelis) defend this as sort of the right way to do things.  “Why would you beat around the bush?”
  • An anecdote about culture clash of sorts between relatively blunt Americans and a more indirect aspect of Mexican culture.  Instead of asking someone to smoke, the “proper” thing would be to say that smoke “hurts you” and trust that the other person takes this social cue.
  • Here’s an article about why Germans are so blunt.  It talks in some detail about how German is a much more literal/precise and less ambiguous language in terms of expressing ideas.
  • This article explains why American culture (middle of the road-ish on bluntness) shocks Japanese nationals, who hail from a very subtle culture.  Japanese, apparently, wouldn’t want to be rude by expressing hunger to a host, whereas Americans assume that, if they were hungry, they would simply say so.
  • This article talks about understanding Indian corporate culture and that not all answers of yes actually mean yes.  Answering yes without hesitation means yes.  Hesitating, then saying yes indicates reluctance.  This is because telling someone “no” (particularly a superior) indicates disrespect.

Heterogeneous Subtlety-Directness Environments Are Realpolitik Landmines

I list all of this to call attention to the fact that this is not some kind of decision you make, like tabs or spaces.  You grow up steeped in your own culture, which heavily informs whether you communicate with subtly or directness.  And encountering wildly different cultural approaches creates culture shock.

The subtle person might think the direct one boorish.  Interaction modes that seem normal to the direct person strike the subtle one as on par with them asking “can I watch you go the bathroom?”  The resultant thought is, “what is wrong with you, you barbarian?!”  Likewise, a direct person who asks, “do you mind if I eat while we go over this” might, quite reasonably take an assent response literally.  So when the other party to the meeting goes around telling people that he’s an uncultured troglodyte, he’ll likely think “what a snake.”

This isn’t the result of a right way or a wrong way, nor is it the result of people being good or bad.  It’s the result of the fact that different cultures have subconscious interaction dances and rules.  And when you find yourself in unfamiliar territory, you will naturally feel frustrated and that everyone around you is insane.

Code Review Etiquette Has Everything to Do with the Subtlety-Directness Continuum

Very early on, I mentioned my own cultural experience informing my code review opinions.  I am a conflict avoider by nature, having once described myself as a lumpenappeaser.  I am also an introvert.  And, while perhaps some of this is genetics, I think that a lot of it is cultural upbringing.

In my house as a kid, you didn’t argue with other family members in front of company.  “If you don’t have anything nice to say, don’t say anything” definitely prevailed as guiding wisdom across the board.  You don’t offer people unsolicited opinions, especially ones that are directly critical.  Mine was an upbringing of always striving to be polite, to avoid tension and arguments, and to keep life equanimious.  When I would go over to friends’ houses and observe yelling matches among family members, I would watch with cringing astonishment.

This certainly informed my approach to and preference with code reviews.

My Own Code Review Approach as an Example of Moderate-Subtlety

If you don’t ask me my opinion, I won’t offer it.  If you do send things to me for code review, I’ll phrase things very specifically.  That is, I won’t give you orders or express my opinions as fact.  “That’s not how I would do it” instead of “change that, it’s wrong.”  I prefer leading people to possible mistakes by asking questions rather than poking holes.  And I’ll definitely sprinkle in compliments as much as possible to take the edge off of criticism.  This is not because I want the same done to me (I don’t care) but because it feels wrong to me to start slugging away with untempered negativity.

But I also recognize that this is just my preference.

People have in the past asked me to be more direct or give them “brutal honesty.”  I try, but that’s just not me.  I’d honestly rather leave non-critical warts in a codebase than risk relationship damage with sensitive people or than feel like I’m being boorish.  We can always fix the code later.

What Your Behavior in Heterogeneous Subtlety-Directness Team Code Reviews Means for Your Career

If you come from a culture even subtler than mine, I’ll probably find myself occasionally exasperated.  If you come at me from a place of overwhelming bluntness, I will probably start to regard you as an enemy and an obstacle that I’ll deal with by, say, transferring away or writing a popular post series and book about you (assuming that you were as marginally competent as you were blunt).

And I’m not alone in this.  You’ll have these impulses too, as will everyone around you with whatever subtlety-directness background they have.

So the first thing that I’d suggest you do, as a human, is understand this.  Yeah, others have different proclivities about this than you do.  And yeah, those proclivities will feel weird to the point of wrongness.  But understand this and try to come to an accord.  Be blunt in telling your blunt colleagues that their bluntness makes you uncomfortable.  Be subtle in your feedback for your subtle colleagues, even as you encourage to be blunt with you and ask for their patience and non-offense.

But setting that aside, there’s another element here at play as well — the realpolitik element.

Navigating these cultural differences and preferences won’t just help a mundane IC activity like code reviews go well — it’ll have important impact on your career.  You demand that everyone conform to your cultural comfort at your own peril.

Code Review is Power-Theater

Readers of my book and examinations of pyramid-shaped corporations were probably expecting me to round out with something like this.  When you look at code review as an activity, it operates on two levels:

  1. Don’t overthink it.  It’s a relatively stock tactic for improving code quality.
  2. It’s also a game of king-of-the-hill for a very small hill, organizationally speaking.  Poker without table stakes, played for buttons.  (It’s what the Gervais Principle would call the loser language of Gametalk).

To use my lexicon, code review tends to be the journeyman idealist crucible for establishing a pecking order no one outside of the dev group cares about.  But within the dev group, it determines whether you’re one of the popular jocks or one of the, well, nerds, I guess…?  (I don’t know how to make that analogy not ironic)

Within the insular culture of team code review, power dynamics establish themselves.  On the most basic level, this will hew to seniority by default.  People that have been with the company longer have more clout (for some dubious definition) than newbies, which means that seniors “do” code review “to” newbies, typically.

Preferring Bluntness is a Power Grab, While Preferring Subtlety is a Power Cession

When you add the subtlety-directness cultural concern into the mix, you smack up against a concept known as power-distance.  You can read more about this here, but for our purposes, understand that these different cultures have different outlooks on organization structures, power, and behavior.  “Direct” cultures tend to assume that everyone from CEO to IC will speak his or her mind.  “Subtle” cultures strongly believe that role dictates behavior, deference, and social interactions.

So, when you are “blunt” in a heterogeneous group, you’re not just “speaking your mind, man.”  You’re making a statement that you’re in charge.  And subtlety makes deference a self-fulfilling prophecy.

In other words, this choice of “nice or blunt” isn’t just about how you like your feedback.  It’s you staking a claim to your power or lack thereof.

Your Approach to Code Review Can Have Organizational Stakes, Even Though Code Review Doesn’t

Now, as I’ve said, this is power on a very small scale.  It’s the equivalent of a Stack Overflow badge in your organization.  Notice that no VP comes along and gives you an office because you have the best Linus Torvalds imitation at code review time.

Being blunt is to lay claim to “senior” and being subtle is to lay claim to “junior” (I hate this term), by default.  The organization may even make this prophecy self-fulfilling at some point.  But recognize that, from any modestly sized organization’s perspective, senior developer and junior developer are the same thing.

After a bunch of years and contentious code reviews, you might carve out a bit more money and bragging rights on the developer track.  But, if you’re an opportunist or aspiring opportunist, that’s not what you’re after.  And that’s okay.  Your behavior and approach to code reviews can still matter — just not in the way they matter to journeyman idealists.

You Don’t Want to be Greg House and You Don’t Want to be His Buddy Wilson, Either

I mentioned Linus Torvalds, who I kind of think of as the Gregory House of the software world.  The premise of Gregory House is that he’s a doctor and such a transcendent genius at diagnostics that his hospital excuses all manner of terrible, liability-incurring behavior.  He’s a drug addict, flaunts the law, listens to nobody, etc, but he’s just so darned good that the great meritocracy of the world deigns to forgive all of this that it may bask in his reflected glory.

But the world doesn’t work this way, and certainly not the corporate world.  Greg House wouldn’t last 3 days in a hospital, and Linus Torvalds himself doesn’t need to, since he’s more akin to a performance artist than a corporate denizen.  Companies won’t tolerate this archetype when the hijinks outweigh the benefit.

Now step back and think of the blunt code reviewer.  To the ascendant and placed opportunists, this archetype looks like a journeyman idealist fantasizing about being House/Linus.  “I don’t have time to be polite about my feedback” sounds comically self-righteous in this context.  The implication being, “you’re like Linus Torvalds, but without the achievement.”

On the flip side of this, you have House’s foil the sensitive pushover Dr. Wilson.  Wilson is definitely the king of compliment sandwiches and the avatar for subtle culture types coming in at the bottom.  And you don’t want to be that, either.  If you let House/Torvalds stomp all over you, you’re not destined for the halls of power.  Opportunists maneuver (journeyman) idealists — they don’t quail in front of them and ask to be transferred.

The Human Approach: Use the Approach the Reviewee Prefers

Let me offer a brief interlude in talking about how this affects your career in Machiavellian terms.  What you should probably do, as a decent collaborator and human being, is get to know your coworkers and do what they prefer.

Invariably this debate features a lot of “this is what I like, and so we should all as a group do what I like because what I like is best.”  When you grok the cultural backing, this becomes unforgivably childish.  When you get to know others, including their personalities and cultural proclivities, you can start to offer feedback to them in the terms they prefer, be those blunt or complimentary, direct or subtle.  That’s the decent thing to and the most likely to get results.

The Realpolitik Approach: Solve Code Review Squabbling So Opportunists Don’t Have to Care

Now, let’s look from a career perspective.  Do you think anyone outside of your group cares whether you use the composite pattern to manage your navigation menu?  Let’s go one step further.  Do you think anyone outside of your group cares about whether or not you furnish compliment sandwiches while discussing this detail?

This stuff is not important to a business.  Full stop.

So when you argue about code, code reviews, and whether you should be blunt or not, anyone who you bother with those arguments will view both parties as losers of the argument.  It’s a policy of mutually assured destruction in terms of opportunist cred.  Whether you’re going to a manager about someone or them about you, or whether you’re both just duking it out, you both lose.

So your approach to code review should be first, the human one, for diplomatic reasons.  But it should also be to create a human code review hegemony within your group, and to do so visibly.  Nobody outside of the dev group cares about this, so you’ll notch yourself a critical win if you visibly make it a non-issue for everyone.

In the broadest of terms this might mean consensus building or it might mean something as simple as automating the whole code review process.  Whatever it is, though, it will come in the form of removing an opportunist’s headache.

In the End, The Right Answer is An Algorithm — Not a Style

If you take one thing from this post, I hope it’s a recognition that there isn’t a right answer to the question of code review (or collaboration in general) feedback style.  Even if you magically had one for your group somehow, it wouldn’t translate.  Groups are comprised of different people, from different countries, different backgrounds, and different proclivities.  And that’s not a platitude — we are literally raised from birth to have different takes on how code reviews should go.

So stop trying to decide which is the right strategy, and start recognizing that the right strategy is one that you tune according to your audience.  And recognize that the right strategy is one that stops this issue from wasting people’s time and filling their days with an analog of adjudicating how children fight over toys.  That recognition is good for your day to day happiness, and it’s good for your career.

13 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Tommi
5 years ago

I have always wondered (as non-english native) why americans call problems as “challenges” – I guess that’s a softer way of putting things but it can mislead conversation as well. I (as a blunt finnish person) usually say that “there is a problem in code” instead of “there are some challenges here and there”. In finland I get understood but I guess in other cultures that might seem a bit offending.

Liam
Liam
5 years ago

Great article, slight nitpick though. The flight i assume you’re referring to is Avianca 52, and the pilots were Columbian, not Korean.

David Falkner
David Falkner
5 years ago
Reply to  Erik Dietrich

Interesting. The same portion of the same book stuck in my head (i.e. “Korean aircrews”) incorrectly in the same way.

Liam
Liam
5 years ago
Reply to  Erik Dietrich

There’s a similar story in WW2. An American general asked a British commander about the situation in a battle and the Brit responded with classic British understatement “it’s a bit sticky down there” meaning the troops were getting hammered, and the American General directed reinforcements elsewhere thinking the situation was manageable based on the brits response.

David Falkner
David Falkner
5 years ago

Once tried to give a guy a “compliment sandwich” in a code review before a medium-sized audience. Told him, “I like what you did with the code here.” He said, “Scroll up to the top of the file.” (on the projector) Code comment at the top read “// This code was generated from a template.” – True Story.

Philippe
5 years ago

In one team I’ve worked in, we were so fed up with code reviews that we decided to replace them with pair programming (Full story here : https://bit.ly/2v0K2OG). It was, like Holly Cummins said it : transforming interruptions and arguing into collaboration.

Phil Vuollet
5 years ago

“Values Conflict” immediately comes to mind.It’s an aggression to impose your values on another, especially when they have an opposing value. Best not to! I really like your approach to delivering feedback if it must be delivered – ask the person how they like it and do that. Code review IS feedback after all.

Feedback should always be delivered in private, even when it’s positive (praise). Often goes unpracticed. People like the ceremonies of bestowing praise upon others in public.

Erik Dietrich
5 years ago
Reply to  Phil Vuollet

Yeah, I like that idea of not making it a public spectacle. Privacy of the review is a good point.