I’ve been working on a new project for a while – code review for teams.
The idea is that teams of developers want/need a simple way to ensure that their code gets reviewed by other people in their team (without having someone looking over your shoulder). I think enough other people have talked about why we need code review (see below), but there hasn’t been a suitable, easy platform for doing it.
- https://www.owasp.org/index.php/Code_Review_Introduction
- http://www.codinghorror.com/blog/2006/01/code-reviews-just-do-it.html
- http://blog.nelhage.com/2010/06/i-hate-code-review/
There are a few hosted code review apps, but hopefully for commercial apps you have a policy to keep source-code in-house. So we need an installable code review app, that automatically fetches commits from a repository, and provides a simple interface to do simple code review.
Inspectify is my answer to this problem. It’s still a wee way off, but when it’s ready, you’ll be able to install it on a basic *nix box and start reviewing your Subversion-based code (support for other SCM’s may come later).
