Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Yes, I have added that tag. I tried to create a tag to match the "interface when working with objects" concept. I am not happy with interface-type because it suggests typeof(ISomeInterface), but I...
Answer
#1: Initial revision
Yes, I have added that tag. I tried to create a tag to match the "interface when working with objects" concept. I am not happy with _interface-type_ because it suggests `typeof(ISomeInterface)`, but I think it is less ambiguous than _interface_. **What about _interface-object-type_?** I am open to suggestions about better names for this tag. P.S. SO indeed uses [interface tag](https://stackoverflow.com/questions/tagged/interface?tab=Newest), but its description includes two very different usage scenarios.