The document discusses challenges with maintaining code quality in large, multi-location development teams and outlines solutions implemented at Exigen Services. It describes setting up separate continuous integration environments for each team to isolate changes and failures. A process of code reviews before automated merging to the central repository is also implemented to ensure all code is reviewed before affecting other teams. Specific tools like Mercurial, Jenkins, ReviewBoard and Sonar are highlighted.