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.

Allow tagging answers with tools and version numbers

+3
−0

TL;DR If we allow answers to be tagged with technologies and version numbers, people can more easily check if an answer is applicable to their technology stack.

A few days ago, I had a problem in Java Spring Boot. The error message was a pretty common one: "expected at least 1 bean which qualifies as autowire candidate."
When you search the web for this error message, you'll find a few pretty standard answers. However, in my specific case, it resulted from the combination of Spring Boot and the Mockito mocking framework.

I want to post my solution as a self-answered question on Codidact.

On "the other site", I could post the standard solutions as part of my question: "I tried A, B, and C".
But I would prefer to have the the standard solutions as separate answers; possibly provided by other people. (Didn't some of you want more questions to answer? ;-) )
That way, we have answers for the generic situation, and an answer that applies to the more specific situation.

In general, I think it would be useful if we could tag answers with the technologies to which they apply. That would also help us avoid Stack Overflow's problem of outdated answers. We could then tag answers about product Foo with the versions of Foo to which they apply. (We might want to specify a minimum version and/or maximum version, to give a range of applicable versions).

Should we allow answers to have tags, just like questions?

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

2 comment threads

Cross-site duplicate (1 comment)
General comments (1 comment)

1 answer

+1
−0

I asked a question on Meta about allowing tags for answers a while back. You might find the discussion there helpful. I'd still like to do something to support these use cases; it's not clear what we should do.

If we did the smaller thing of supporting [tag:name] syntax in posts, so you'd get the tag styling and (if the tag really exists) the tag page with top-level posts, would that help? It's not true tagging in the sense of being able to search and sort based on them, but it's a visual indicator in the answer. Combined with a convention of leading with the pseudo-tag, it could help with scanning answers, being more consistent and visually distinctive than just writing "in Python 3.7...".

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

0 comment threads

Sign up to answer this question »