Created
July 22, 2020 23:57
-
-
Save Lupus590/f12fc44b4221e81207ed22a8889985e5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"The level of self description of a variable name should be proportional to the lifetime of the variable, | |
the distance of its usage from its declaration/initialisation and how often it's used. | |
Context clues allows a inversely proportional effect, so long as all the usage of this variable is near the context clue. | |
Comments are not context clues." - Me, I think |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment