How to improve one's code review capability? Any suggestion from personal experience will help.
What are the common pitfalls or mistakes done by each one of you? How to ensure issues don't get leaked from code review?
How to improve one's code review capability? Any suggestion from personal experience will help.
What are the common pitfalls or mistakes done by each one of you? How to ensure issues don't get leaked from code review?
that is my 2 cents.
We have recently institutionalised code reviews within our team.
Some points where we do a review:
Every developer has to fill in the "reviewed by" field in our tracking system before setting the task to resolved. If the developer thinks a review isn't required he or she has to fill in the reason why (like: changed a label).
To elaborate a good code review culture of the team you should include everyone. The review has to be done by a different developer each time if possible. So a personal pitfall is that I find myself being reviewed by the same person each time.