From 80fbcdc3c0340f70683e93a8a3a15a45192deea6 Mon Sep 17 00:00:00 2001 From: Eduards Sizovs Date: Mon, 22 Nov 2021 22:04:43 +0200 Subject: [PATCH] add https://sizovs.net/2020/07/19/the-code-review/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78efb84..48c30c7 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ This is a list of articles about code reviews grouped by the main topic. - [https://www.thedroidsonroids.com/blog/splitting-pull-request](Splitting PRs) - [https://softwareengineering.stackexchange.com/questions/244688/breaking-up-classes-and-methods-into-smaller-units](Breaking up code) - Best Practices: + - [https://sizovs.net/2020/07/19/the-code-review](Code Review Best Practices by Eduards Sizovs) - [https://stackoverflow.blog/2019/09/30/how-to-make-good-code-reviews-better/](Making Good Code Reviews Better)