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.

Post History

66%
+2 −0
Meta Specify framework / library version in the answer

When I first saw this I thought this would be a use case for being able to apply tags to answers (which I've brought up before on Meta, IIRC). But version ranges are a little different, and I don'...

posted 2y ago by Monica Cellio‭

Answer
#1: Initial revision by user avatar Monica Cellio‭ · 2021-11-17T03:08:07Z (over 2 years ago)
When I first saw this I thought this would be a use case for being able to apply tags to answers (which I've brought up before on Meta, IIRC).  But version *ranges* are a little different, and I don't think you want to necessarily create tags for every version of something *just* so people can tag answers.  (At least we have hierarchical tags, so you *could*, but it feels like it would often be clutter.)

Code Golf has a similar problem: answers to challenges need to specify the language, and they have a format they expect for answers to accomplish that, and new users have to learn it.

What do you think of the idea of answer *labels*?  I'm thinking of a short textbox, with guidance text that would be configurable per community.  Here that text might be something like "applicable version or version range"; on Code Golf it might be "language".  Users could type anything; it's not tags.  So there could be typos.  The label text would be formatted in some way that stands out and would be either embedded in or attached to the answer in some way to be determined.

Would something like this address the issue?

Note: This is just me talking; I don't know what it would take to implement it and haven't asked the dev team about it yet.  I'm asking about a potential solution so I know whether to pursue it.