Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Last active August 14, 2019 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewstokeley/3e9268238f18b323a5df36f13e38a2e8 to your computer and use it in GitHub Desktop.
Save matthewstokeley/3e9268238f18b323a5df36f13e38a2e8 to your computer and use it in GitHub Desktop.
verbose function names
const nameOfTheFunction = function nameOfTheFunction() {
// ...
}
// trace sanity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment