Skip to content

Instantly share code, notes, and snippets.

@kossnocorp
Last active December 10, 2015 04:08
Show Gist options
  • Save kossnocorp/4379094 to your computer and use it in GitHub Desktop.
Save kossnocorp/4379094 to your computer and use it in GitHub Desktop.
Simple parentheses rule for CoffeeScript
fn()
fn 1
fn fn2()
fn(fn2(), 1)
fn(1, 2)
fn fn2(1, 2, 3) # 4, 5 ...
@Termina1
Copy link

https://gist.github.com/4379188

есть предложение

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment