Fun with CoffeeScript and Backbone.js : Part 3
In this post I’ll discuss my thoughts on CoffeeScript and Backbone.js.
Fun with CoffeeScript and Backbone.js : Part 2
In this post I’ll discuss the code that handles updating the UI.
Fun with CoffeeScript and Backbone.js : Part 1
CoffeeScript has been all the rage lately and I've been wanting to hop on board the bandwagon. I've also seen Backbone.js mentioned quite a bit and was even more intrigued after listening to this .NET Rocks podcast. I decided to convert some plain JavaScript code I had in a side project to use both CoffeeScript and Backbone.js and see how things went.