Effective when? With legals? jrs
On Oct 23, 2006, at 4:36 PM, P T Withington wrote:
What do people think about changing the idiom: <event>.sendEvent(<value>); to: sendEvent(<event>, <value>); ?This would make it easier to detect errors (trying to send an event to a non-existent event) and to optimize (to not bother if there are no listenters for the event).Comments?
