Closed kevinsawicki closed 10 years ago
This feels more like Ruby than CoffeeScript though (:
before the arg name).
You'll also have to fix up this test: https://github.com/atom/biscotto/blob/master/spec/templates/methods/hash_parameters.coffee
I'll figure out why Travis isn't firing for this repo. There it goes. :point_down:
@gjtorikian Should the build have failed?
I guess I was leaning towards making it "feel" like TomDoc, wasn't really thinking about the CoffeeScript vs. Ruby differences.
Do you feel strongly about making it feel more Coffee-like?
@probablycorey do you have any feelings toward either of these styles?
key: Description
:key - Description
I like key: Description
because it is simpler. But :key - Description
matches TomDoc so I would go with that.
Going to merge this in and fix the specs in a different PR.
Switch from
key: description
to:key - description
Closes #20