Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Code Review – From Good to Great #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was really cool!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works !

- [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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test...

- [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.
Expand Down