How Google Does Code Reviews – Quality Assurance Tips from Google's Documentation

By freeCodeCamp.org - 2021-01-14

Description

A code review, sometimes called code Quality Assurance, is the practice of having other people check your code after you write it. Code reviews bring many benefits to the process of writing and deliv ...

Summary

  • A code review, sometimes called code Quality Assurance, is the practice of having other people check your code after you write it.
  • Examine the Main Parts of the Code Change Once you have had an overview, review the "main" parts of the change.
  • If you can't understand the code, it's highly likely other developers won't be able to either, and should ask the developer to clarify it.
  • While it might intimidate the reviewee into doing what you want, it’s not helpful in the long run - they will feel incapable, and there is not much info in there to help them improve.

 

Topics

  1. Backend (0.17)
  2. Management (0.15)
  3. NLP (0.07)

Similar Articles

My 12 Favorite VSCode Extensions

By DEV Community - 2021-02-19

One of the reasons VSCode is such an awesome code editor is the huge library of extensions created by... Tagged with vscode, productivity, programming, codenewbie.

goldbergyoni/nodebestpractices

By GitHub - 2020-12-19

:white_check_mark: The Node.js best practices list (December 2020) - goldbergyoni/nodebestpractices