docs: changes: Add The Power of Ten to influences
Not necessarily meant to be strictly followed, but is good food for
thought.
Change-Id: Ia716b46a17eff702ed5e2014b98b296cadb3c045
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/docs/checklists/changes.md b/docs/checklists/changes.md
index 82bdf0b..28cb9b0 100644
--- a/docs/checklists/changes.md
+++ b/docs/checklists/changes.md
@@ -52,6 +52,12 @@
[barrelshifter-annoying-c]:
https://mastodon.social/@barrelshifter/114016810912730423
+- [The Power of Ten: Rules for Developing Safety Critical Code - NASA/JPL
+ Laboratory for Reliable Software][nasa-reliable-code]
+
+[nasa-reliable-code]:
+ https://www.cs.otago.ac.nz/cosc345/resources/nasa-10-rules.pdf
+
## References
- [The C programming language - C Standards Committee][c-language]