Let me start by saying "good" is subjective and it's based on my opinions of how code review must be done, if we are working together.
This post is a collection of resources I've come across on code reviews.
Good code review contributions
These articles align, by and large, with how I feel code reviews should be done correctly
- Preparing your code Review
- Code Review Tips
- How to be a better code reviewee
- How to be a better code reviewer
- Code Review Guidelines for Humans
Code review resources
These are generic inputs that you will need for code reviews
- A Style guide for our source code. Googles Java Style Guide or the original Java Style guide, might not be the best. Write one or pick one, but once you choose for a particular product, stick consistently to it.
Code review tools
Effective tooling really helps enforce a proper code review flow and keep the quality of the review high. Here are a selection I've come across.
- Gerrit. This is the tool I'm currently using and I'm happy with it.
- Review4Eclipse. Another tool I've used for reviews. It's a lot better than having no code review tool.
- Jet Brains Upsource. From the makers of IntelliJ. This is next on my list to try, I hope it's as good as IntelliJ!
- Smart Bear Collaborator. I haven't used this, but it looks interesting. It appears to be the most feature rich. One I would like to try out.
No comments:
Post a Comment