Change to two spaces
This commit is contained in:
parent
2537fe2052
commit
ed60ab964c
556 changed files with 2252 additions and 2252 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue