Constellation / ibrik

CoffeeScript meets Istanbul - code coverage tool for CoffeeScript
BSD 2-Clause "Simplified" License
79 stars 32 forks source link

general improvements #1

Closed michaelficarra closed 11 years ago

michaelficarra commented 11 years ago

Mostly, this has just changed the coffeescript source style to be a little more idiomatic. Some changes, of course, are just my own personal style, so take this as a big style recommendation. Take what you want.

Also, I made src/command.coffee a little more DRY with more helpful errors.

Constellation commented 11 years ago

This is my first experience with using CoffeeScript and your recommendation helps me a lot. Is there any CoffeeScript style guide you would recommend?

michaelficarra commented 11 years ago

There are a few, but none of them are really great resources. I'm sure if you take the recommendations that are common among them, you will have a good starting point. You could use some of my changes here as a good resource as well.

Constellation commented 11 years ago

Thanks! Your changes help me :)