So, as part of my To-Learn list for 2013 I’m currently messing around with Javascript tools and libraries.
It has been a long way since we used Javascript mostly to validate forms and show alert boxes.
Today we have so many good tools that allows us to write better front-end applications, that’s hard to keep up.
Recently I’ve been playing with Backbone.js, an awesome library that helps you separate content/logic in your front-end application. And while I’m no expert on it, one of the first things I noticed is that Backbone doesn’t explain how you should lay out your code.
