7 ms·
I like these recommendations, especially around decorators, maybe I’ll start following them reviews Angular app oh
by matt7340 5y ago
I like these recommendations, especially around decorators, maybe I’ll start following them
reviews Angular app
oh
- leodriesch 5y agoNest also does this, seems very strange to bet on such an experimental feature. It's very convenient to use though.
- uzername 5y agoYes, Nest uses decorators and the reflect-metadata package to get information about them dynamically. Annotations/decorators in other languages are fine, but in JavaScript/Typescript I feel the risk of using them as a dead end feature. I'd like the proposal as much progress as possible, but it's been quiet. In the meantime, a Typescript Nest like system without annotations could be better.