Always try to name the variable something meaningful and in context.
If you cannot decide, then use "index", if only so that someone else (maybe you!) can more easily click on it for refactoring later.
Paul Stephenson See this answer for an example.
|
2 | added 57 characters in body | ||
|
Always try to name the variable something meaningful and in context. If you cannot decide, then use "index", if only so that someone else (maybe you!) can more easily click on it for refactoring later. Paul Stephenson See this answer for an example. |
||||
|
1 |
|
||
|
Always try to name the variable something meaningful and in context. If you cannot decide, then use "index", if only so that someone else (maybe you!) can more easily click on it for refactoring later. |
||||