Avoid "You" In Code Reviews

One technique I like to employ when reviewing code is to avoid the word "you" and its derivatives.

One technique I like to employ when reviewing code is to avoid the word "you" and its derivatives. Instead of saying, "You forgot to check the parameter for null before using it", I prefer to say, "The code doesn't check the parameter for null before using it." This puts the emphasis on the thing you're critiquing – the code, not the person.