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 Allow tagging answers with tools and version numbers
Post
Allow tagging answers with tools and version numbers
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?
2 comment threads