diff --git a/readme.md b/readme.md index 603c725..70cbbe6 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,7 @@ Code review is the systematic examination (sometimes referred to as peer review) ## Articles +- [Code Review – From Good to Great](https://sizovs.net/2020/07/19/the-code-review/) People rarely talk about it, but in many companies, code review makes developers feel like sh%t. This is a practical guide on how to create a code review process that developers love. - [8 Tips for Great Code Reviews](https://kellysutton.com/2018/10/08/8-tips-for-great-code-reviews.html) A few basic rules for a better code review process. - [A Zen Manifesto for Effective Code Reviews](https://medium.freecodecamp.org/a-zen-manifesto-for-effective-code-reviews-e30b5c95204a) Practical tips for the submitter and the reviewer to make effective code reviews. - [Brian Guthrie's Feature Branching Rant](https://twitter.com/bguthrie/status/937750796334174209) Twitter thread on the pros and cons of GitHub's open source first model with regards to "in-company" code review practice.