11 lines
293 B
Markdown
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.
|
|
|