Files
flow-hugo/content/posts/code-complete-summations-variable-names.md
2023-11-13 16:15:22 -05:00

11 lines
293 B
Markdown

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