Skip to content

Instantly share code, notes, and snippets.

@inossidabile
Created January 23, 2012 10:35
Show Gist options
  • Save inossidabile/1662394 to your computer and use it in GitHub Desktop.
Save inossidabile/1662394 to your computer and use it in GitHub Desktop.
Our lil' CoffeeScript conventions
# Inline callbacks
foo => # always new line
ololo()
# Function calls
ololo() #when no params
ololo param #with params
# Inline function calls
ololo subololo(param)
# Chanined calls
foo.bar().baz param
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment