Naming Conventions
Short variable names make programs shorter, and more manageable
Long names can convey more meaning
Name can almost never give full meaning, so comment when the variable is declared.
Avoid names such as: “thisIsTheVariableThatStoresTheNumberOfBooksInMyLibrary”