5 Reasons you should start doing code reviews
- It will help catch quality issues earlier, another perspective on your code might reveal possible bugs
- It will help you be more aware of other work going on
- It will increase the quality of your coding practices
- You will learn from other people's perspectives on your code
- You will learn by looking at other people's code
Books are made better by editors. Coders are made better by pair programming and code reviews. - Scott Hanselman