Hacker News new | ask | show | jobs
by chadcmulligan 2316 days ago
My experience is similar - the problem becomes when an event is triggered - where did it come from, oh it was from this event which was from this event and so on.

Where events shine in my experience is in GUI's - the onClick event then does some code. So my rule of thumb is only one level of events and it comes from an external source - user, network etc.