While helping mentor a teammate on some unit testing practices, I came across a wrinkle about how the code coverage metric can be misleading when your program flow is structured in a particular way. Caveat: The code and unit tests…
All posts tagged “C#”
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….
Video Splitter Project – Part 1
A few months ago, I was contacted by a professor, Dr. Jeff Larsen from the psychology department at The University of Tennessee, about a simple automation project he had in mind. In this series of posts (and as the project progresses),…