@Shini92 not bad if you like that pattern? Have you seen @adonisframework with its dependency injection stuff?
I know there's some folks in that community that like the spring boot style decorators for declaring routes and stuff
@thisismissem @adonisframework Yes, I saw it, but it sadly uses uses also old style decorators from TS with `emitDecoratorMetadata: true`.
My implementation does not use `emitDecoratorMetadata: true`!
My implementation does not use `emitDecoratorMetadata: true`!
I also orientate myself currently a bit between #nestjs, #quarkus and #springboot.