Chris Tsongas
07/22/2021, 8:22 PMCase
and CaseType
models which lead to CaseType
and CaseTypeType
types if I'm appending the word Type
to name my types. Awkward.
It was suggested to prefix type names with I
instead, but I don't use interfaces much mostly just types which I've heard someone's company prefixes with T
so maybe I'd do that, and prefix interfaces with I
and enums with E
?Ryan
07/23/2021, 6:09 AMT
should be fine 🙂