idx [terminology]
Terminology¶
Usage¶
- Use for a scalar index when naming the fact that it is an index matters.
- Prefer
idxoveriwhen the variable persists beyond a small loop or appears in a compound name. - Do not use singular
idxfor a mapping of values to indices.