From 722742e19768dd35ac4e54e17d8bc5fe943d33b7 Mon Sep 17 00:00:00 2001 From: devguru149 Date: Wed, 28 Nov 2018 17:13:55 -0800 Subject: [PATCH] Added two new links (#23816) Added, "How to do code reviews like a human Part two" and "Code Review Best Practices" links. --- guide/english/working-in-tech/code-reviews/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/working-in-tech/code-reviews/index.md b/guide/english/working-in-tech/code-reviews/index.md index a4e11dba3d..c87f401f8d 100644 --- a/guide/english/working-in-tech/code-reviews/index.md +++ b/guide/english/working-in-tech/code-reviews/index.md @@ -20,11 +20,12 @@ It is important to be humble throughout the code review process. Accept your mis and be professional when pointing out improvements or errors in the code of your fellow team members. -#### More Information: +#### More Information * [How to Do Code Reviews Like a Human (Part One)](https://mtlynch.io/human-code-reviews-1/) +* [How to Do Code Reviews Like a Human (Part Two)](https://mtlynch.io/human-code-reviews-2/) +* [Code Review Best Practices](https://medium.com/palantir/code-review-best-practices-19e02780015f) * [Smartbear - What is Code Review?](https://smartbear.com/learn/code-review/what-is-code-review/) * [How to Conduct Effective Code Reviews](https://blog.digitalocean.com/how-to-conduct-effective-code-reviews/) * [Why Code Reviews Matter (and actually save time!](https://www.atlassian.com/agile/software-development/code-reviews) -* [How to Do Code Reviews Like a Human (Part Two)](https://mtlynch.io/human-code-reviews-2/) * [Code Reviews: The Definitive Guide](https://simpleprogrammer.com/code-reviews-definitive-guide/)