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?
Thanks for your work on the style guide, it's extremely useful to have a standard.
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?
Also, while we're at it, when creating objects, which of these is more idiomatic?
Thanks for your work on the style guide, it's extremely useful to have a standard.