Proposed for Legal's.

On 2006-10-24, at 17:57 EDT, John Sundman wrote:

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?


Reply via email to