Backbone.Marionette Module Anti Pattern
I have recently been using Backbone.Marionette in anger while building Raygun.io. I was struggling to find posts on how to use modules correctly. So of course I ended up using them poorly and have since discovered a better way to use them. I am going to show both the first way that I used Marionette and the new way that I have moved to after discovering the weaknesses in my first approach.
Read on →