Code reviews
I’ve worked at companies that existed at both extremes of the spectrum on this issue. Most companies do not perform code reviews. However, a few do. I’m indifferent on it’s use (Edit- actually I’m always for code reviews) however I do think it’s very effective for a few reasons:
- When a programmer modifies code in the domain of a peer. This way, this programmer is not unintentionally breaking something the domain expert has implemented. So say, a game programmer should conduct a code review with the graphics programmer when they tresspass into each other’s domain
- When the source codebase is locked down. Programmers can send code reviews which can go up the chain to upper management giving them the opportunity to verify if the feature should go into the build.
- Helps insure coding guidelines are enforced
Those are the main benefits I’ve noticed from integrating applications like CodeReviewer.
Recent Comments