79673949

Date: 2025-06-20 21:11:02
Score: 0.5
Natty:
Report link

In my case, i had an interface and was trying to instantiate an instance of it in another file.

wrong: let obj = new IMyInterface()

correct: let obj : IMyInterface = {}

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: shieldgenerator7