My company is currently working toward achieving CMMI Dev Maturity Level 3. An area the technical solutions working group is exploring is how to formally integrate code reviews into our software development workflows. This post serves as a collection of…
All posts tagged “Code Review”
Outsider’s Architecture Review
TL;DR — There are several benefits to you, your team, and your project by doing an end-to-end review of a “slice” of an application in which you have no prior experience. Context Our team at work has been assigned…
Getting Code Review Statistics Programmatically from TFS
This post describes how to use LINQPad to query a Team Foundation Server (TFS) instance so that code review statistics can be collected. Context The project I work on for my employer has an external release cycle of six months….