Over the weekend, I spent a few hours trying to wrap my head around some modular JavaScript application development. In order to keep my modules decoupled from one another, I tried to make appropriate use of the publish / subscribe method of communication. One problem that I ran into, however, was that I was using jQuery's proxy() method to bind callbacks to contexts . ...
Read More ยป