Blogs›Google›Code Review and Collaboration Tools
Code Review and Collaboration Tools
Google's internal and external tools for code review and developer collaboration have evolved to improve code quality and team productivity. Early efforts focused on establishing robust code review processes and providing the necessary infrastructure. The introduction of Git support for Google Code and the concept of 'Assigned Code Reviewers' signify a move towards more structured and efficient workflows, facilitating better collaboration among developers. This post introduces Post-Commit Web Hooks for Subversion, allowing for automated actions upon code commits, and the release of Rietveld, a web-based code review tool developed by Guido van Rossum, which aims to streamline the review process by providing a dedicated interface for submitting and reviewing code changes.