Skip to content

Instantly share code, notes, and snippets.

@jeccb-zz
Created September 19, 2019 18:29
Show Gist options
  • Save jeccb-zz/f1b480379aae48a9c66a24d205fa32c0 to your computer and use it in GitHub Desktop.
Save jeccb-zz/f1b480379aae48a9c66a24d205fa32c0 to your computer and use it in GitHub Desktop.
// Avoid Single Letter Names
String n = "use name instead"
// Avoid Acronyms
String cra = 'no idea what this is'
// Avoid Abbreviations
String cat = "cat or category??"
// Avoid Meaningless Names
String foo = "what is foo??"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment