commit | bd092fc76d869cce3df355db12da90089113f555 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@codeconstruct.com.au> | Tue Dec 24 20:07:42 2024 +1030 |
committer | Andrew Jeffery <andrew@codeconstruct.com.au> | Tue Dec 24 20:18:05 2024 +1030 |
tree | 5ca59f69162fb817f15488a453e18a598b7f8db6 | |
parent | c4d1c8bc877d7c6613e313d0c66700b4a9755359 [diff] |
checklists: changes: Add The Byte Order Fallacy to influences See also [1]. [1]: https://amboar.github.io/notes/2023/06/19/representations-and-design-boundaries-with-endianness.html Change-Id: I1ca3accfd8a4940ff753f70a104b0615e49ec605 Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/docs/checklists/changes.md b/docs/checklists/changes.md index 7382178..94d6453 100644 --- a/docs/checklists/changes.md +++ b/docs/checklists/changes.md
@@ -41,6 +41,11 @@ [alexis-king-parse-dont-validate]: https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ +- [The byte order fallacy - command center][command-center-byte-order-fallacy] + +[command-center-byte-order-fallacy]: + https://commandcenter.blogspot.com/2012/04/byte-order-fallacy.html + ## References - [C17 draft standard][c17-draft-standard]