Name "Functional" Variables with Enough Specificity to Make Operations Clear [VS7]

Name "Functional" Variables with Enough Specificity to Make Operations Clear [VS7]

Tip VS7

Many programming languages allow you to assign “functions” to variables and thus pass those functions around. When doing so, make sure such variable names are clear enough that the intended operations are clear.

For example:

Code in the zone ad.png