I might want to answer my own question because:

  • I arrived at a solution before there were any other correct answers or I like mine better, can I still answer my own question?

  • I have a folder with lists of code snippets for things I always forget or get wrong, such as regular expressions for processing XML, common WinForms control idioms, etc.

    Is it considered poor etiquette for Stack Overflow to ask a question I already know the answer to, and then self answer, just so it gets recorded on the website?

Related:

Return to FAQ index

share|improve this question
1  
The "See also" link should point to the new location, here on Meta. <meta.stackoverflow.com/questions/12513/…; – Paul Wagland Jan 21 '10 at 21:43
Rather than minimum rep, there should be a minimum time to let others post their answers. – Kris Dec 15 '11 at 11:13
4  
I get criticized for doing this, and many people avoid upvoting. Others have received down votes for doing this. It would be nice if there was something in the SO question that made it obvious that this is acceptable and encouraged behavior as opposed to bad etiquette. I almost always solve my own programming problems, and sometimes I think the information would be useful to the community. I am partly doing it for the upvotes - that's what the gamefication of Q&A is all about. – Keith Walton Jan 5 '12 at 17:25
1  
@KeithWalton I regularly post question and answer pairs and frequently find it the case as you reported that people vote it down or close the question. One Q&A pair I posted was actually closed as "self promoting" because I actually published an open source tool in order to answer the question "does a tool exist to do xxx?" – glenviewjeff Mar 12 '12 at 13:34

migrated from stackoverflow.com Aug 25 '09 at 18:04

8 Answers

up vote 118 down vote accepted

Yes!

There are already numerous posts that answer their own questions. There's nothing wrong with it. It's even encouraged.

It's likely that others have the question for which you have the answer but can't find it anywhere, so post away! You can even accept your own answer (but not earlier than 48 hours after asking the question).

The only restriction is placed on new users with less than 100 reputation; they are not able to do so for the first 8 hours since the question was asked. No such restriction exists if you have more than 100 reputation.

share|improve this answer

This is a thin line. On one side, Jeff is quite clear: If it's helpful to at least one other developer, it should be here. It also creates good Content, and Content is the #1 priority for a site.

On the other hand, "spamming" the site and turning it into just another Code Snippet site is what some users (including me) do not seem to want.

As this is essentially a Question/Answer site, I personally would not object seeing a code snippet as long as there is a Use Case assigned to it. i.e. "This is a codeSnippet for creating a .ddf file, which is used by Sharepoint Developers to create Features/Solutions".

I'd say: Just ask yourself "Is this really useful to a lot of people?" and try to keep a balance.

Edit: Also keep in mind that other people may look at your snippet and tell you better ways to improve it. That's why a use Case is so important. if people know what this snippet is used for, they can help making it better/more versatile/more efficient etc.

share|improve this answer

I think it's poor etiquette to not change the Accepted Answer of your own question, if someone else's is better.

share|improve this answer
26  
I think it's poor etiquette to not change the accepted answer of your own question to the best answer. Period. Doesn't matter from whom. – Cawas Jun 14 '11 at 12:31
what if the "best" answer didn't work for the OP? best can be subjective – prusswan Oct 3 '12 at 12:35
2  
@prusswan: Indeed: "best" (in regards to acceptance) is determined by the OP, not by the number of votes. That is why there is a separate acceptance check mark. – robjohn Dec 26 '12 at 14:28

I am currently adding a question for anything I have to Google for, on the assumption that other people will probably have the same need one day. What sold me on the idea of stackoverflow was that the knowledge would be maintained and looked after by many people; so a good answer found on stackoverflow really should be something you can count on. It takes the russian roulette out of accepting things you find on a google search.

share|improve this answer

The most useful situation that this might happen is for a really niche question. If no-one here answers but you find out a resolution elsewhere or by continuing to work on it, then publishing your findings is the best thing for the community.

share|improve this answer

If I find the answer to my own question, I will post it on SO as answered. I don't see anything wrong with it at all.

Now if someone else comes along later and solves the problem a better way, I would give them credit for that.

share|improve this answer

I hope not. I've asked questions that nobody ever answers (or nobody answers correctly), then later on I figure it out myself. I'd think that it's better for me to answer my own question than to just leave it hanging open when I need the answer. After all, there's nothing more discouraging than searching websites for answers all day long to just find out that everyone else has the same exact problem and there's never a solution posted! Even worse when someone posts "nevermind, fixed", but doesn't say HOW they fixed it!

share|improve this answer

No. I disagree!

I don't think anyone should ask a question to which you think you already know and have the best answer.

If you are trying to get new ideas and think one particular way of thinking is the best, then you should include it in your question and ask whether that is best. That is okay.

The one place I think it is okay to answer your own question is when you really don't know the best answer, and the answers given are not quite it either, but they lead you to thinking or further web research and then you discover the best answer. Then you can include it and state so.

But preferable to that, you should make sure you wait long enough, say a few weeks or even a month, for someone else to come up with the same answer you discovered. Then you can and should give them credit for the answer. And you can document any subtleties in comments to that answer or by editing your question with a followup.

And waiting the few weeks or month without accepting an answer will result in more answers, giving you more ideas, and maybe a better solution.

Almost all the opinions are "Yes", you should do it.

I also see that Stack Exchange is not only allowing answering your own question. They're going even further and encouraging it!

Click "Ask Question" and on the page just below the "Post Your Question" button, you'll see a line that says:

Answer your own question – share your knowledge, Q&A-style

At the beginning of the line is a checkmark. If you select it, up pops a text box allowing you to immediately supply your answer.

The link on that line takes you to a blog post by our supreme leader Jeff Atwood that says It’s OK to Ask and Answer Your Own Questions.

Well, rather than the one exception I stated above, I still very much disagree with doing this and think that promoting this when we ask the question is doubly bad. I still think one should only answer their own question after others have had a chance to do so - and should definitely not do it just as they ask it.

share|improve this answer
1  
wait long enough, say a few weeks or even a month -- why? This is not a game show! In the meantime you're either wasting someone else time answering, or in the meantime someone might have viewed the question as they have the same problem. – Arjan Oct 13 '12 at 6:40

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged