TLDR The one certain time you should add comments to code is when the code can’t or doesn’t explain itself. Adding Comments I read a lot of code. And thus, I read…
Clear Writing Equals a Clear Mind
“A common fallacy is to assume authors of incomprehensible code will be able to express themselves clearly in comments.” – Kevlin Henney TLDR Clear writing equals thinking. Since you want your programmers…
Understand Desktops Around the World
We are asking for pictures of your desktop setups, and you are delivering! Scroll down to check out some of our favorites so far. But first… Did you know there are hundreds…
Create Beautiful Overview Graphs of Your Code
Five minutes with the free tool Gephi lets you turn Understand’s dependency data into a gorgeous overview of your project.
Scoping a Refactoring Effort for My Boss
TLDR You’ve been asked to consider replacing 2 open source modules–here is how to use Understand’s Architectures and Dependency analysis to let your boss know how much effort/risk this will entail. Details…
Using Architectures to Easily Track Dependencies on Open Source
Using Architectures to Easily Track Dependencies on Open Source
Finding Dependencies Between Libraries
Find everything a module depends on so you can easily extract it into a separate binary
Updated Metrics in Understand 6.4
Abstract: Learn what’s changed with Metrics in Understand 6.4. What happened to metric …!?!? If you don’t see your favorite metric right away, don’t panic. Understand 6.4 made some changes to metrics,…
Metric Plugins
Abstract: Understand 6.4 let’s you create your own metrics. Understand comes with a lot of built-in metrics, like the number of code lines or the McCabe cyclomatic complexity of a function. Not…
Visualize Code Coverage in Understand
Abstract: This article generates code coverage information for openssl and shows a few ways to use the information. I have to admit that the only time I’ve used code coverage is for…