/
Code Review

Code Review

What is the purpose of the Article?

  • You will understand how code review takes place when creating a merge request in Gitlab in Eshopbox

Audience

  • Software Development Engineers

Introduction

Code Review, or Peer Code Review, is the act of consciously and systematically convening with one's fellow programmers to check each other's code for mistakes, and has been repeatedly shown to accelerate and streamline the process of software development

There are two types for code reviews that happen before a merge request is approved:

Related content