Skip to content

Instantly share code, notes, and snippets.

@griiid
Created March 19, 2021 14:45
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 griiid/ff9bf5072050870933c17ff4cf6f5f58 to your computer and use it in GitHub Desktop.
Save griiid/ff9bf5072050870933c17ff4cf6f5f58 to your computer and use it in GitHub Desktop.
# Yes:
spam(ham[1], {eggs: 2})
# No:
spam( ham[ 1 ], { eggs: 2 } )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment