Archive for the 'guido' Category

Google’s Code Review system

nirav December 3rd, 2006

Read a post about Mondrian - a code reviewing system that Python creator Guido van Rossum created at Google. (on Niall Kennedy’s blog) It looks very impressive. Unfortunately it is restricted to Google and not open source’d yet since it relies heavily on Google technology.

I have been doing some code reviews at work, and I think it would be wonderful to have such a system. Something that would work on top of SVN and uses SQLite, will be just about perfect.

I have myself not yet looked at other code reviewing tools, but would love to hear from people who’ve used some. What works, and what does not?