-
Notifications
You must be signed in to change notification settings - Fork 725
Idea Backlog
Remo H. Jansen edited this page Jun 15, 2016
·
16 revisions
Here you can find some ideas that might be implemented in the future:
- [TODO] Development tool to dump-resolve all dependencies in production.
- [TODO] Better caching for Node.js apps.
let kernel = new Kernel();
kernel.applyCacheProvider();
kernel.bind<T>("T").to(T).withCache({ stdTTL: 100, checkperiod: 120 });
- IN PROGRESS Browser extension to debug resolution plan and injected dependencies.
- [TODO] Performance audit using flame charts.
- [TODO] Worker scope.
- [TODO] Request scope this could be an additional way to support a hierarchical dependency injection system.
- [TODO] Compiler generated metadata.
- DONE Middleware: contextLogger