Blog

C/C++ code quality, architecture and static analysis insights.

C++

Godot Engine Under the Hood

We analyze the Godot Engine source code with CppDepend: MISRA noise vs real maintainability, 3D Code City hotspots, POD data model, and custom containers over the STL.

7 min read
Rust

Announcing Rust Support (Beta)

We’re excited to introduce Rust support (Beta). This marks an important step forward as we expand our capabilities to help developers ex

3 min read
C++

Top 5 C++ Containers Libraries

C++ containers are essential for managing collections of data with different requirements for organization, access, and modification. They

3 min read