Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

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.

Comments on interface and interface-type tags

Parent

interface and interface-type tags

+4
−0

My most recent question was tagged with interface-type.

I had seen the interface tag when I was creating the question, but the usage information says

Please avoid using this tag, as it is too general (e.g. software interfaces like the ones in Java, .NET and C++, components entry points, hardware interfaces).

How does interface-type differ from interface? If there is no meaningful difference, should the two tags be merged? If there is an aspect of interface-type that makes it more usable than interface, we should update the tag description to clarify.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+0
−0

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, but its description includes two very different usage scenarios.

History
Why does this post require moderator attention?
You might want to add some details to your flag.

1 comment thread

Is it even meaningful to have a single tag? (5 comments)
Is it even meaningful to have a single tag?
Lundin‭ wrote over 1 year ago

Are Java and C# interface common enough to justify using the same tag? Otherwise maybe two tags java-interface and C#-interface would solve the problem. I see no purpose of the tag outside these specific language keywords.

Alexei‭ wrote over 1 year ago

AFAIK, "interface" is virtually the same thing in C# and Java. Not sure about other languages that seem to use the concept (e.g. ADA - https://www.adaic.org/resources/add_content/standards/05rat/html/Rat-2-4.html ). I guess that multiple languages that do not support multiple inheritance needs the concept or something similar.

Anyway, I think c#-interface and java-interface are better choices than the current options. We can easily define new "interface" tags for other languages, if needed.

r~~‭ wrote over 1 year ago

Are any of these tags worth it? Who's searching for questions related to interface-the-abstract-concept or interfaces-as-occurring-in-c#, in our community of 589 posts?

Alexei‭ wrote over 1 year ago

r~~‭ As referenced in my post, the (language agnostic) concept of interface is quite heavily used on SO. It is also an important concept used for most applications developed in C# or Java.

r~~‭ wrote over 1 year ago

The number 2 is also an important concept used in many software applications but it'd be madness to suggest a tag for it, because who searches for ‘questions related to 2-ness’?

I don't know if SO is doing the right thing and I'm asking under what circumstances would a user (here or there) say, what I need today is a list of all questions having to do with (OOP) interfaces? We have tags for languages because people have interest or expertise in languages; likewise frameworks, design patterns, etc. Who is an ‘interface’ enthusiast?