koa-decorators icon indicating copy to clipboard operation
koa-decorators copied to clipboard

Class instances

Open DominicBoettger opened this issue 8 years ago • 0 comments

Hi,

i had a look at your code and asked myself if you are not using instances of the classes you create. In your example you are exporting a UserClass but i did not find in you code where you create a instance of that class. Wouldn't it make sense to use instances of a class i you define classes?

Best regards Dominic

DominicBoettger avatar Jan 03 '17 12:01 DominicBoettger