Open Pindwin opened 9 months ago
Right now, the're essentially empty, even though the use case is consistently the same. Some error-prone* typing could be spared.
'* forgetting about [Inject] above constructor is a classic.
[Inject]
It could be a good case to actually select, which parts of stub user wants generated (constructor? some method override?) as part of #16 . For now, this could be provided using attributes.
Right now, the're essentially empty, even though the use case is consistently the same. Some error-prone* typing could be spared.
'* forgetting about
[Inject]
above constructor is a classic.