Skip to content

Instantly share code, notes, and snippets.

@housecricket
Created August 15, 2020 10:19
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 housecricket/c4f4ed10740d913d386b8c5e46854f7d to your computer and use it in GitHub Desktop.
Save housecricket/c4f4ed10740d913d386b8c5e46854f7d to your computer and use it in GitHub Desktop.
// ✗ avoid
function animal () { ... }
// ✓ ok
function Animal () { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment