Skip to content

Instantly share code, notes, and snippets.

@bqmackay
Created January 15, 2021 23:00
Show Gist options
  • Save bqmackay/9098e52f6aabebcc1f74bb4e8770e3d5 to your computer and use it in GitHub Desktop.
Save bqmackay/9098e52f6aabebcc1f74bb4e8770e3d5 to your computer and use it in GitHub Desktop.
Clear Variable Name Example
//clear variables
username = "bob.smith"
is_authenticated = true
//not-so-clear variables
u = "kevin.james"
auth = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment