Blog
MISRA Compliance:2020 — MISRA Rules and MISRA Guidelines
MISRA Compliance:2020 consolidates and clarifies much of the guidance that was previously spread across the MISRA C and C++ coding guideline documents. In the second portion of MISRA Compliance:2020, the document outlines the best practices for enforcing MISRA rules and MISRA guidelines, and how to manage MISRA deviations.
Security & Compliance, Software Quality
Blog
MISRA Compliance:2020 — Static Analysis and MISRA
MISRA, the world-leading consortium promoting best practice in developing safety- and security-related electronic systems, recently published MISRA Compliance:2020. The first portion of the document outlines why static analysis tools are essential to MISRA compliance. And, it also outlines what features and functionality a static analysis tool are most beneficial for MISRA compliance.
Security & Compliance, Software Quality
Blog
What Is Continuous Integration?
Continuous Integration (CI) is the practice of automating the integration of code changes from multiple contributors into a single project and an important part of DevOps. Discover what is continuous integration and the best practices for continuous integration.
DevOps