x [terminology]
Terminology¶
Usage¶
- Use for a generic numeric element from a sequence.
- It is especially appropriate in mathematical array algorithms.
- Prefer a domain name when the element has a meaningful role, such as
price,coin, orfruit. - Do not use
ifor an element unless it is actually an index.