Skip navigation.

Archives

Identifying High Risk .NET Code With NDepend

That clever chappy who markets the .NET metrics tool NDepend has added a very useful feature. You can now import unit test coverage reports from NCover into a code analysis project, and compare test coverage with other bug-influencers like code complexity.

So you could, for exampe, write a code quality constraint that warns you if N

Holistically Speaking...

Consider this: some of the most critical pieces of code in your organisation will only become apparant when you consider all of your software as a single, interconnected system.

Architects, take heed!