Code Review tools - to use or not?

Posted by liortal on Programmers See other posts from Programmers or by liortal
Published on 2013-10-17T21:29:39Z Indexed on 2013/10/17 22:18 UTC
Read the original article Hit count: 575

On my dev team, we're doing code reviews, however not in a proper way i believe.

The issues our process suffers from:

  1. Not enough time is allocated for proper code review.
  2. Doing reviews is not mandatory - many times it is simply not done.
  3. Devs sit together for reviews, due to lack of another easy mechanism for doing it "offline" without spending both developers' time.

My question is: can integration of a tool for code reviews improve the points mentioned above? Is it not needed?

I would love to hear from positive/negative experiences.

© Programmers or respective owner

Related posts about agile

Related posts about code-quality