Coding for high reliability/availability/security - what standards do I read?

前端 未结 6 711
轮回少年
轮回少年 2021-02-04 10:26

I\'ve heard that the automotive industry has something called MISRA C.

What are the relevant standards for other high reliability/availability/security industries, such

6条回答
  •  南笙
    南笙 (楼主)
    2021-02-04 11:16

    if you're asking specifically about coding, the MISRA presents some guidelines for avoiding common mistakes in C.

    however, there's a lot more to good software than coding. The "bible" of the aviation industry for sw development is DO-178B. It tells you what questions need to be addressed in the various design phases and how the answers should be documented. It's an ENORMOUS amount of paperwork, but if you're trying to keep planes in the air, you want the weakest point to be the human (pilot), not the software.

提交回复
热议问题