DEV Community

Discussion on: 10 rules to code like NASA (applied to interpreted languages)

Collapse
 
andrewharpin profile image
Andrew Harpin

These rules are taken from MISRA, which is typically used for safety critical embedded software.

Yes they aren't always applicable for all software and languages, but they are good things to consider.