Month: August 2017
Understanding the Difference Between Static And Dynamic Code Analysis
August 31, 2017 3 minutes read I’m going to cover some relative basics today. At least, they’re basics when it comes to differentiating between static and dynamic code analysis. If...
Using NDepend To Get Going Quickly on C# Projects
August 24, 2017 2 minutes read Assuming you’ve had at least one job working on one or more C# projects, let me paint a familiar picture for you. I’m talking...
What the Singleton Pattern Costs You
August 17, 2017 2 minutes read Do you use the singleton pattern? If not, I’m assuming that you either don’t know what it is or that you deliberately avoid it....
The Role of Static Analysis in Testing
August 10, 2017 2 minutes read “What do you do?” In the United States, people ask this almost immediately upon meeting one another for the first time. These days, I...
Our experience with using third-party libraries
August 3, 2017 5 minutes read NDepend is a tool that helps .NET developers write beautiful code. The project was started in April 2004. It is now used by more...
How Has Static Code Analysis Changed Through the Years?
August 3, 2017 2 minutes read Years ago, I found myself staring at about 10 lines of source code. This code had me stymied, and I could feel the onset...