Identifying which CodeCheck scripts are taking a long time and three functions that might be slowing down your custom API scripts.
Tag: Codecheck
Share (Or Don’t)
There are a lot of benefits to sharing Understand projects, but if you want to create your own, you can still benefit from the shared knowledge of your team.
The Perfect Catch
Understand’s CodeCheck features let your team catch bugs before they even make it to QA and help keep your code readable and maintainable.
Getting Git: Submodules
How we will be improving git submodule support in Understand.
Help your future self… write code not “magic”
Using unexplained numbers makes your code hard to understand, and difficult to adapt and extend. Static analysis tools like Understand can find them, but take care fixing them.
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.
Finding #pragma directives – A guide to writing your first Codecheck
Your boss tasks you with figuring out how tied your C++ code base is to the ‘#pragma’ compiler directives. Learn to do it quickly with CodeCheck.
Opening Braces Should Appear on Their Own Line
Coding Standards are a necessary evil for most teams, even ours.