You are reading a single comment by @allObjects and its replies. Click here to read the full conversation.
  • 2) We certainly don't want to bloat the system by including large widget libraries of which only a fraction will be used.

    It all depends how things are built... Any system that does not implement a dependency driven loader, is not modularized along the dependencies, and has no builder, does certainly pull in more then what's needed.

    Nobody goes to a (real) library and brings all titles home. A proper (AMD/dependency/loader/builder) setup pulls just the items of interrest at that particular scope of runtime.

  • Completely agree. However, many systems have some minimum overhead and the granularity of includes varies. We are actively working on trying to get sensible widget support, but I think you'll agree it's not a particularly easy decision.

About

Avatar for allObjects @allObjects started