What's the most effective way to perform code reviews?
Posted
by
Paddyslacker
on Programmers
See other posts from Programmers
or by Paddyslacker
Published on 2010-09-07T17:21:48Z
Indexed on
2011/02/15
15:34 UTC
Read the original article
Hit count: 321
code-quality
|code-reviews
I've never found the ideal way to perform code reviews and yet often my customers require them. Each customer seems to do them in a different way and I've never felt satisfied in any of them.
What has been the most effective way for you to perform code reviews?
For example:
- Is one person regarded as the gatekeeper for quality and reviews the code, or do the team own the standard?
- Do you do review code as a team exercise using a projector?
- Is it done in person, via email or using a tool?
- Do you eschew reviews and use things like pair programming and collective code ownership to ensure code quality?
© Programmers or respective owner