Don't Use Unrelated Variable Names [VA1]
Tip VA1
It’s possible to use longer variable names that are off-topic or unrelated to what the variables represent. Such names might be fun, but they muddy the waters in trying to get a reader to understand the code.
The following shows how unrelated variable names can be problematic and revised to be better:
, multiple selections available,