The dependency browser interface has been updated again. See how this window has changed over time and the new options available.
Tag: dependencies
Rogue Dependencies
Understand can help you see what they actually look like and provide the tools to get them back where they should be.
De-Mystifying Dependencies
Dependencies seem simple on the surface, but there is a surprising amount of nuance involved in the details. We guide you through these areas as we explore new dependency options now available in Understand.
Interesting Graphs about Your Code
A look at the most popular graphs in Understand, from Architecture Graphs to UML.
Making sense of GIT source code
Making a functional decomposition architecture of the source for GIT helps me understand code that is new to me much better while also making an upcoming deeper analysis more organized, clear, and concise.
How I Cut Our Build Time in Half
I speed up our build system by using a simple Python script to create an architecture based on build dependencies, then use it to identify circular dependencies.
Functional Decomposition Architectures FTW
A functional decomposition architecture is easy to make and can help you organize key information about your project.