The visual weight of a variable name should be proportional to the distance between definition and usage.
Global env var in a distant config file: go with `LONG_CAPS_SNAKE_CASE`
Local var restricted to a few lines that can be viewed all at once: `c` is plenty.