Comment on In Which I Tell You to Stop Whining About CoffeeScriptComments−rikthevik14yI love the great interaction between backbone.js and coffeescript. It's not often that you get two pieces of software that work so well together.−ewb14yHow in particular do they work well together? Backbone is something I've been meaning to try out.−lowboy14yThey work together about the same as CS does with any JS module/app.Backbone apps tend to have a lot of references to this and use a lot of object literals, so there are some saved keystrokes I guess.
Comments
I love the great interaction between backbone.js and coffeescript. It's not often that you get two pieces of software that work so well together.
How in particular do they work well together? Backbone is something I've been meaning to try out.
They work together about the same as CS does with any JS module/app.
Backbone apps tend to have a lot of references to this and use a lot of object literals, so there are some saved keystrokes I guess.