cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Move some features to external packages #377

Open briancavalier opened 9 years ago

briancavalier commented 9 years ago

As suggested in #374, let's use this issue to discuss which features to move, and the best way to package them externally (eg should each get its own package, or is there some logical grouping, etc.)

Here's an initial list that comes to mind. These have either been deprecated recently, or it's already been suggested that they move to a separate package:

Any others?

Note that it'd be perfectly reasonable if we decide that some (or all) of these should stay in the core when package. I just get the sense that there are some less-often used functions that could be moved, to keep the core focused and lean.