bitloops / probable-journey

1 stars 0 forks source link

Create @BitloopsTraceable decorator #10

Open danias opened 1 year ago

Varagos commented 1 year ago

Article recommended by Nestjs for understanding decorators Decorators are helpful for anything you want to transparently wrap with extra functionality. These include memoization, enforcing access control and authentication, instrumentation and timing functions, logging, rate-limiting, and the list goes on. https://medium.com/google-developers/exploring-es7-decorators-76ecb65fb841