-
Notifications
You must be signed in to change notification settings - Fork 270
Open
Description
I found your coffeescript styleguide looking for advice on multiline function calls, but I don't see this topic covered in the guide. Any advice on which of the following is more idiomatic?
aLongFunctionName firstLongArgumentName, secondLongArgument,
thirdArgumentIsAnObject: 'bar'aLongFunctionName firstLongArgumentName, secondLongArgument,
thirdArgumentIsAnObject: 'bar'Also, while we're at it, when creating objects, which of these is more idiomatic?
foo:
bar: 'bazfoo: bar: 'bazThanks for your work on the style guide, it's extremely useful to have a standard.
Metadata
Metadata
Assignees
Labels
No labels