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

link|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
3  
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 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 at 13:34
feedback

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

This question came from our site for professional and enthusiast programmers.

7 Answers

up vote 98 down vote accepted

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
19  
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
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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!

link|improve this answer
feedback

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.

link|improve this answer
feedback

You must log in to answer this question.

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