Often we will end up have a lots of zombie object/event do nothing when writing interactive app. It just show a simple example and suggestion on programming practices to avoid it.
start a new js environment on page navigate zombie object is not noticeable You browser will is fine with ~10,000 zombie events/objects. Tuesday, 19 June, 12
introduces 20k+ event binding. The Document View Flash, as everything just create/destroy and rebind(without unbind) for ease of programmer Tuesday, 19 June, 12
jQuery.bind(on), but not unbind(off) The handy events/el/model construction. Make developer don’t aware of the model become zombie even you called View.remove() Tuesday, 19 June, 12
unbind I should only talk with JS Object API outside my assigned DOM. I should expose Public method if other need to modify my DOM. Tuesday, 19 June, 12