From 8e3d1dfd5d6d41a8a0294707ff0a368446df4145 Mon Sep 17 00:00:00 2001 From: Sam Jones Date: Thu, 5 Nov 2020 16:00:44 -0500 Subject: [PATCH] Adds Test Double's approach --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 858cc66..1652d54 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Inisghts of different companies on their code review practices: - [Palantir: How we do code reviews](https://medium.com/palantir/code-review-best-practices-19e02780015f) - [Quora: Using post-commit reviews to increase speed.](https://www.quora.com/q/quoraengineering/Moving-Fast-With-High-Code-Quality) - [PayPal's take on code reviews](https://medium.com/paypal-engineering/effective-code-reviews-53d62a203b2f) +- [Test Double's approach to humane code reviews](https://blog.testdouble.com/posts/2020-10-27-humane-code-reviews/) ## Code Review Articles