Created
January 15, 2021 23:00
-
-
Save bqmackay/9098e52f6aabebcc1f74bb4e8770e3d5 to your computer and use it in GitHub Desktop.
Clear Variable Name Example
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
//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