More summaries and tags
This commit is contained in:
@@ -2,7 +2,15 @@
|
||||
author: "Halvo (Human)"
|
||||
title: "Variable Usage: Code Complete Summations"
|
||||
date: 2024-02-23
|
||||
tags:
|
||||
- variable-naming
|
||||
- code-complete
|
||||
- security
|
||||
- best-practices
|
||||
- software-development
|
||||
draft: false
|
||||
summary: |
|
||||
A breezy look at why good variable names, sensible placement, proper initialization, and single‑purpose usage aren’t just tidy coding habits—they’re tiny security shields. Clear names like `sanitizedUserInput` keep bugs (and attackers) from slipping through the cracks, while keeping variables close to their use and initialized from the get‑go reduces the chance of leaks, memory mishaps, and confusing code.
|
||||
---
|
||||
|
||||
## Introduction
|
||||
|
||||
Reference in New Issue
Block a user