Using modules from the Forge is great, but there are two caveats in using this.
1) Developed modules do not seperate UX from Logic
2) When a component is updated (and used) there is no active notification within the server. That means an application can use old code while new (better?) versions are available
3) When a new version is uploaded to the server, we have to manually update all references (For instance, new Silk UI library means opening every application to update). From a perspective of "Be aware what you do" I understand it, but when we know what we do, a general refresh would be nice and saves lots of hime