chainyjs / chainy

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

revaluate if the split of chainy and chainy-core was a good idea #8

Closed balupton closed 10 years ago

balupton commented 10 years ago

after doing a whole bunch of plugins, and using chainy heavily, I'm not convinced that the split of chainy and chainy-core was a good idea

For instance, one can just do require('chainy-core').create().require('autoload') — the autoload plugin wasn't around when myself and @jedwatson first started debating the need of a split

@jedwatson what are your latest thoughts on this? Can I convince you a split is a bad idea in hindsight?

balupton commented 10 years ago

with the autoinstall stuff now a plugin, it is a good idea, as chainy can bundle the autoinstall and autoload extensions