Better Programming

Advice for programmers.

Follow publication

Member-only story

How to Code Review

Miha Šušteršič
Better Programming
Published in
7 min readFeb 11, 2023
Brainstorming over paper by Scott Graham

TL;DR

I’m a developer, so of course I wrote a checklist:

  • Check that the code can be built and deployed.
  • Define the scope and intent of the code you are reviewing.
  • Check that the code fulfills the intent
  • Ensure all comments and discussions are related to maintainability, performance, or functionality.
  • Spell-check your comments and remove any unnecessary information.
  • Have discussions in person or over a call, and only write down the summary
  • Let the author know if they can merge the code.

Introduction

All companies and organisations that I’ve worked for recognise the value of peer reviews. They praise it in company-wide all-hands meetings. They make it an obligatory part of the software development process. They encourage everyone to give candid feedback as often as…

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Miha Šušteršič
Miha Šušteršič

Written by Miha Šušteršič

Development Team Lead, 8 years of React experience. I believe that everybody deserves freedom, and a low-pressure environment to unlock their creativity.

Write a response