val [terminology]
Terminology¶
Usage¶
- Use for a value extracted, stored, parsed, or associated with a node or key.
- Prefer it over
xwhen emphasizing that the variable holds a particular stored value. - Prefer it over
valuein compact function and class bodies. - Do not replace a more informative domain name such as
priceorcolor.