Are there any inherent problems with using CoffeeScript to code backbone.js apps? Did you run into some problems that you couldn’t fix or had to use some particularly clunky workarounds?
Are there any inherent problems with using CoffeeScript to code backbone.js apps? Did you
Share
CoffeeScript is just a syntax layer on top of JavaScript. It essentially is JavaScript. Anything you can do in JavaScript you can reproduce in CoffeeScript.