From c30b8214e09fabae72cd94fda6ede15c60163a12 Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 13 Nov 2023 16:15:22 -0500 Subject: [PATCH] Skeleton of variable names --- .../posts/code-complete-summations-variable-names.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/posts/code-complete-summations-variable-names.md diff --git a/content/posts/code-complete-summations-variable-names.md b/content/posts/code-complete-summations-variable-names.md new file mode 100644 index 0000000..465a8a1 --- /dev/null +++ b/content/posts/code-complete-summations-variable-names.md @@ -0,0 +1,10 @@ +--- +title: "Variable Names: Code Complete Summations" +date: 2023-11-13 +draft: true +--- + +# Introduction + +Something that is probably overlooked when talking about creating secure programs is variable names. It seems simple at first, but can cause major problems in developing complex programs. +