I like the idea of having more officially support modules and components, but the frame work really needs a better way of using / implementing.
I hate the fact that I have to copy files around and manually install their dependencies.
I fell like CommonJS modules and NPM really solve this problem.
It would be really fantastic if I could just
npm install total-foo --save
and tell framework to use the package. And the package can define it's own models/ views/ controllers/ modules/ definitions/ etc/
and being an npm package, it can have it's own dependencies, and I don't have to worry about them.
less fuss, less mess.