DEV Community

Cover image for The Ultimate Code Review Blog Post Series
Michaela Greiler
Michaela Greiler

Posted on • Originally published at michaelagreiler.com on

The Ultimate Code Review Blog Post Series

Two kids learning together as a symbol for code reviews
Code Review: Lessons learned working at Microsoft
Photo by NESA by Makers on Unsplash

The post The Ultimate Code Review Blog Post Series appeared first on Doctor McKayla.


In this code review blog post series, I share my experiences and lessons learned about code reviews. Primarily, I show you code reviewing best practices to boost your code quality. But, you also learn which pitfalls to avoid while performing code reviewing.

The foundation of those code review blog posts is my experience analyzing and improving code review practices and tooling at Microsoft. I worked with hundreds of engineers and analyzed thousands of code reviews. You can see this code review blog post series as an intense crash course to learn about code reviewing best practices or as an opportunity to reflect on your own review practices.


Exclusive Code Review Best Practice e-Book for my subscribers.

I prepared an exclusive Code Review e-Book for my e-mail subscribers to help you remember the code review best practices. I also added other great insights and summaries about code reviews. Get the 12 page insights to code reviews now. Not a subscriber yet? Just sign-up.

Code review overview

Code reviewing is a widely adopted and adapted engineering practice. Its main aim is to improve software quality. In addition, sharing knowledge among team members is another important benefit of code reviewing.

Even though code reviewing provides several other benefits, you have to be aware to follow best practices. Otherwise, you might tap into several pitfalls.

Microsoft’s code review process

I have been working at Microsoft as a software engineer and researcher for several years. My main focus was to analyze and improve engineering practices and tools. One of the key areas I focused on was code reviewing.

In this blog series, I am going to share the key insights and lessons learned about code reviewing at Microsoft. All of them are backed by research and are grounded in actual experiences and knowledge from high performing engineering teams. At Microsoft, I performed several large-scale studies involving thousands of engineers and millions of code review comments. The lessons learned presented in this code review blog post series are derived from those empirical studies.

People working on computers in a group
Peer code review happens with the help of tools, or also “over the shoulder”
Photo by Rachel on Unsplash

Blog post series

The series consists of 9 blog posts. You can read each one of them separately. Still, you might get the best out of it reading it consecutively.

In the coming weeks, I will post about:

  1. Code Reviews at Microsoft In this post, I explain how a common review process looks like at Microsoft, and which code review tool is mostly used at Microsoft.
  2. Code review pitfalls: learn which problems slow your team down In this post, I deep dive into the main code review pitfalls teams face when practicing code reviews.
  3. Proven Code Review Best Practices Learn which code review best practices make your team productive and boost code review feedback value.
  4. How to give great feedback The benefits of code reviews rise and fall with the quality and value of the feedback. In this post, I show you proven ways to boost your code review feedback.
  5. Code Reviews at Google Code reviews at Google are lightweight and fast. Actually, code reviews are completed in under 5 hours. That’s much faster than for most other large software companies. In this post, I show you why.
  6. Code Review Checklist If you want to boost your productivity and your rigor at the same time, a code review checklist is what you are after. This one is also downloadable.
  7. How to give useful code review comments? Not every review comment turns out useful. Comments that are not useful should be avoided. In this article, I explain what really makes for a useful comment.
  8. Code review trade-offs Even if you are aware of all best practices, there are several trade-offs you have to keep in mind. For example, do you favor review speed or review rigor? In this article, I dive into this topic.
  9. Wrap-up post

Don’t miss out on any of the posts of this code review blog post series by subscribing to my mailing list.

As a subscriber, you profit, in addition to my awesome emails about software engineering, also from exclusive treats I prepare for you, such as my code review e-Book.

And I'm active on Twitter. Let us connect there.


The post The Ultimate Code Review Blog Post Series appeared first on Doctor McKayla.

Top comments (0)