You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a convention that generics should either be a single letter or start with two uppercase letters e.g. either T or TKey; I also know some teams have the convention of prefixing their interfaces with I.
It would be great if we could pass something like --prefix-generics=T and --prefix-interface=I to facilitate this
The text was updated successfully, but these errors were encountered:
@marcolink sorry for not getting back sooner - I did have a go at implementing this after opening the issue but found its not as straightforward as it might seem; however when writing this out I realised how I should be able to simplify my implementation so I should hopefully have a PR up shortly :)
We have a convention that generics should either be a single letter or start with two uppercase letters e.g. either
T
orTKey
; I also know some teams have the convention of prefixing theirinterface
s withI
.It would be great if we could pass something like
--prefix-generics=T
and--prefix-interface=I
to facilitate thisThe text was updated successfully, but these errors were encountered: