A bug in the control flow graph is solved using the Git blame margin in Understand to quickly find a related fix in a recent commit.
Search Results for: api
Useful Scripts: Scanning source code for profanity
Using this custom Python script with Understand, you can quickly scan your project for instances of profanity and scrub them clean.
Just How Complex Is Your Project?
Jordan decides to write a Python script to find out exactly how many unique paths there are through his project.
Browsing Code with Tired Eyes
You are tired. Your eyes are old. Or you just have bad eyes. You CAN change the font look/size for most of Understand’s interface easily and press on!
The Science of Debugging
The process of debugging is equivalent to the scientific method – a set of principles that apply equally well to debugging as to scientific inquiry.
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.
Hey Managers… Just Say Yes.
Investing in your developers will help them work smart, stay happy, and stay.
Assessing Possible Changes in Source Code (a.k.a. My boss asked me to change this code)
Estimating the impact of changing a function in the open-source covid source code.
Functional Decomposition Architectures FTW
A functional decomposition architecture is easy to make and can help you organize key information about your project.
Analyzing the Imperial College COVID simulation model source code
I used Understand’s CodeCheck feature to examine an influential COVID infection simulation program from Imperial College in the UK as it existed in March 2020 when it was being used to advise world leaders.