
Make the most of the C/C++ static analysis tools
Static code analysis is the process of detecting flaws in software’s source code. The static analysis tools are useful to detect common coding mistakes; here are some benefits from using them: Make the code source more readable and maintainable. Prevent unexpected behavior in execution. Optimize the execution. Make the code more secure. Many C/C++ static analysis …
Continue reading “Make the most of the C/C++ static analysis tools”

Webinar: Continuous Assessment of Code Quality, Metrics that Matter
Date: September 10, 2019 Time: 3pm Registration: https://zoom.us/webinar/register/WN_5itU5G-zRt-VSGGg3Zbcvw Assessing the quality of an application’s code is often a subjective process. This is why we turn to code metrics — quantitative measurements that provide valuable insights into our application’s code. Software Developers and Managers can take advantage of code metrics to understand the quality of the …
Continue reading “Webinar: Continuous Assessment of Code Quality, Metrics that Matter”