A truly great & short book on CoffeeScript http://arcturo.github.io/library/coffeescript/index.html
I would propose these exceptions to https://github.com/polarmobile/coffeescript-style-guide:
- we can use a max line length of 100
- we can also use @todo(user) for annotation
- we can use alignment for readability
- we use double quotes everywhere
- we try to avoid
if fooat the end of lines - we use a final
return xvs just plainx