5 ms·
Requiring four separate APIs is a client-side dependency nightmare; requiring around 15k lines of uncompressed code is a disaster waiting to happen.
by mkmcdonald 14y ago
Requiring four separate APIs is a client-side dependency nightmare; requiring around 15k lines of uncompressed code is a disaster waiting to happen.
- datapimp 14y agoWell, it is a disaster that has been waiting for a while now. Several large production apps on that stack, and not really any problems.
- fadzlan 14y agoI think the point is there may come the times when there two frameworks that depends on different version of dependencies. It could be the Backbone-UI and something else. It would be okay if the consumer code is dependent on all the libraries. But if one of your framework is dependent on certain version of library and another one depends on another version of the said library, that is disaster waiting to happen. It would be hard to upgrade one framework , hence making it hard to move forward since your code is all tangled to all the frameworks.