From 99176646106cd50cad395539b1366ac3f655fbe6 Mon Sep 17 00:00:00 2001 From: mrodzis <weidling@sub.uni-goettingen.de> Date: Wed, 9 Oct 2019 10:33:24 +0200 Subject: [PATCH] Add idea for code reviews developed in last TFSQ session --- rdd-technical-reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rdd-technical-reference.md b/rdd-technical-reference.md index e1a3315..73d10c5 100644 --- a/rdd-technical-reference.md +++ b/rdd-technical-reference.md @@ -398,6 +398,8 @@ Projects with more than one developer in the team, it is preferred to have code reviewer within the team, in other cases your friendly rdd developer team is on your side. +- idea: invite all developers to a MR, at least 2 approvals needed for MR taking place. this way, everbody gets the chance to have a look at other people's code + ### Proof of concept When preparing a proof of concept that is always labeled `poc`, a code review is not necessary. -- GitLab