Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
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.