lesser-panda icon indicating copy to clipboard operation
lesser-panda copied to clipboard

Use Signal to replace EventEmitter?

Open pixelpicosean opened this issue 8 years ago • 0 comments

Pros:

  1. Reduce issues caused by typo
  2. Less array instances
  3. Cleaner events API

Cons:

  1. Can no longer chain event handlers
  2. Breaking tons of things

pixelpicosean avatar Mar 13 '17 01:03 pixelpicosean