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. +