The graph is a good way to understand the structure of smaller projects, but gets messy in larger projects. That’s why I compare the matrix of a big project against the matrix of the smaller project.
Month: June 2018
NDepend: Graph
After viewing the dashboard, the next thing I took a look at is the Graph. This report gives an overview how the code is linked together. Either by projects or namespaces. In a smaller project, I immediately spotted something off. Let’s delve a little deeper.
NDepend: introduction
Since some time, I’ve been wanting to use the NDepend tool to analyse the code base I’m currently working on. Then the opportunity presented itself for me to test out NDepend and see how it can help me understand my current code base better.