Misra Coding Guidelines
Misra provides a crucial framework for addressing the inherent dangers of the C programming language, particularly for less experienced developers. It emphasizes a safer subset of coding practices, steering clear of common pitfalls like pointer misuse and array bounds violations. The guidelines focus on enhancing code readability and safety, while acknowledging the need for deviations in embedded systems where low-level programming is necessary.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 152: MISRA with Johan Bezem
Related Questions