Joined November 2012
·
Achievements
40 Karma
0 Total ProTip Views
Charity
Fork and commit to someone's open source project in need
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Mongoose
Have at least one original repo where Ruby is the dominant language
Honey Badger
Have at least one original Node.js-specific repo
I'm aiming to switch away from using CanJS to Backbone on my project and the zombie issue is something that bothered me about Backbone. CanJS doesn't have this problem. The reason for it is that it ties into the JQuery $.cleanData method, which gets fired after an element is removed from the DOM (using html(), remove(), etc). I would look into utilizing the same type of thing in BackBone (which I plan to once I get a chance to convert my code over to BackBone).
Taken from CanJS codebase