Skip to content

Instantly share code, notes, and snippets.

@AdrienGiboire
Created October 27, 2011 15:36
Show Gist options
  • Save AdrienGiboire/1319915 to your computer and use it in GitHub Desktop.
Save AdrienGiboire/1319915 to your computer and use it in GitHub Desktop.
// Original
function forgetVar() {
myLongVariableName = 2;
}
function dontForgetVar() {
var myVeryVeryLongVariableName = 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment