Skeleton of variable names

This commit is contained in:
2023-11-13 16:15:22 -05:00
parent 18c36ee123
commit c30b8214e0

View File

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