Change to two spaces

This commit is contained in:
Oliver Davies 2024-09-08 23:09:54 +01:00
parent 2537fe2052
commit ed60ab964c
556 changed files with 2252 additions and 2252 deletions

View file

@ -3,10 +3,10 @@ title: Please don't use short variable names
date: 2024-01-17
permalink: daily/2024/01/17/short-variable-names
snippet: |
Why use variable names like $k, $v and $i instead of $key, $value and $index? What benefit does it add?
Why use variable names like $k, $v and $i instead of $key, $value and $index? What benefit does it add?
tags:
- software-development
- clean-code
- software-development
- clean-code
---
When learning to code, one of the most confusing things was using short variable names in documentation and other people's code.