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 »
Q&A

Welcome to Codidact Meta!

Codidact Meta is the meta-discussion site for the Codidact community network and the Codidact software. Whether you have bug reports or feature requests, support questions or rule discussions that touch the whole network – this is the site for you.

Post History

80%
+6 −0
Q&A Can you post a question just to answer it yourself?

Such questions are accepted and encouraged, by design It's not our idea, or a new idea, either. It's fundamental to the design and concept of Q&A sites, Codidact included. People who actually...

posted 4mo ago by Karl Knechtel‭

Answer
#1: Initial revision by user avatar Karl Knechtel‭ · 2024-01-26T08:37:59Z (4 months ago)
## Such questions are accepted and encouraged, by design

It's [not our idea, or a new idea](https://stackoverflow.blog/2011/07/01/its-ok-to-ask-and-answer-your-own-questions), either. It's fundamental to the design and concept of Q&A sites, Codidact included.

People who actually need an answer to a question are often in a *uniquely bad* position to actually *ask* that question. Out of all the information they've gathered about the problem, they don't know what's actually relevant to explaining the situation of implementing a solution - that only comes with hindsight. They also don't necessarily know the right way to frame the problem, or the right *scope* for the question. An expert may have seen hundreds of people fail in a similar manner, and thus understand what those cases *have in common*. Finally - and especially for technical issues - people experiencing a problem might not know how to *describe* it accurately and unambiguously - because they don't fully understand the terminology of the problem domain.

The Q&A format *can be* an excellent device for experts to communicate their expertise. It's not always the best choice - which is part of why the Codidact software supports other category types. But when there is a specific problem that can be described - either "why does doing X fail in Y manner?" or "how do I do Z with W tools?" - asking that framing question and answering it is a fantastic presentation method. A well-chosen title can be easily found with a search engine; the body of the question confirms the nature of the problem; and an answer can convey all the necessary information - whether it's a three-step guide, a pages-long conceptual explanation, or anything in between.

Aside from that, asking the question invites *others* to offer competing explanations of the material, alternate approaches to solving the same problem, etc. Questions stay open indefinitely by default, which is also a key part of the formula.

A self-answered question is still a question; and that question should be judged on its own merits. If someone is self-answering questions simply in order to show off expertise rather than to be helpful, the result will be a *question that doesn't make sense to ask* - [perhaps because](https://meta.codidact.com/posts/289687) it's [improperly scoped, lacking detail or clarity, or inappropriately subjective](https://meta.codidact.com/posts/285197/289668#answer-289668). As a rule, questions should be judged the same way whether or not the OP offered an answer.