chainyjs / chainy

The chainy core + autoloader plugin
https://github.com/chainyjs/chainy/wiki
Other
79 stars 4 forks source link

Should set be bundled? Should map be bundled? #12

Closed balupton closed 10 years ago

balupton commented 10 years ago

Should they be plugins at all?

Should they be plugins and peerDeps of chainy?

Should they be plugins and included in the common bundle?

Should chainy include the common bundle?

Should they not be plugins, and just bundled directly in the chainy-core code?


Advantage of plugins, separation makes it easier to innovate, release, and test them.

Advantage of bundling with chainy, easier to use as they are already there.

The advantage of bundling with chainy can be accomplished by having them as plugins, and including them with chainy either as plugins, as part of the common bundle.

balupton commented 10 years ago

@JedWatson your thoughts?

balupton commented 10 years ago

Ended up going with set is a plugin.