Skip to content

Instantly share code, notes, and snippets.

@gsf
Created November 8, 2011 20:58
Show Gist options
  • Save gsf/1349195 to your computer and use it in GitHub Desktop.
Save gsf/1349195 to your computer and use it in GitHub Desktop.
coffeescript syntax annoyance
# the function below is called because it is followed by a space and a parameter
robot.load scriptsPath
# the function below will not be called
robot.run
# it must look like this
robot.run()
# i'd rather have a few more parentheses than this brain-jarring inconsistency
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment