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.
Category: Code Comprehension
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.
Analyzing Boost on Linux, a remarkable story to learn.
A walkthrough on how to analyze a complex open-source project, the Boost library