Summary:
Reasons for doing code reviews
- Finding bug
- Same style of code
- Learn to write better code
- Pair programming
- Designing the system
- Collective code ownership
Two major reasons for doing code reviews:
- Finding bugs / improving code
- Learning the code / team learning
Patterns
- No managers in the room
- Review some open source code
-
Tooling that could be used.
- Find bugs
- Gerrit (but no one in the room has tried it, only for git)
- Check style
- Review board
- Sonar
- Smart Bear
New ideas:
- Add “tip of the day” to you IDE, which is showing is pointing to new style guidelines or very good code you want everybody to know about.
-
More reading and links:
|