vote up 5 vote down star

Like suppose I'm doing an academic paper, journal article, or professional presentation, would you say that it would be possible to use stackoverflow as a reference?

Of course I'm pretty sure that the answer here would be "yes," so here's the follow up: when (if ever) would it be a good idea to cite a stackoverflow question as a reference in an professional paper/presentation of some kind?

flag
in any case your abstract should start with the words "like, suppose..." :) – Epaga Nov 11 '08 at 15:41

10 Answers

vote up 19 vote down check

In an academic paper, you should be careful with using unofficial references. Stackoverflow is an example of this. Anyone can write anything, and the only guarantee you have as to the quality of the writing is the reputation of the author and the number of up-votes the answer received. Publications such as professional magazines and articles are subject to known peer-reviews and are checked for accuracy and authenticity. While answers on Stackoverflow are also subject to peer-review, the standards of that review are not well known, if they even exist.

As such, while you may want to use Stackoverflow to provide direction for a paper, you would be wise to double check any answers you get, and see if you can find an established paper/article that supports that information. Then you can reference the official source, and give credit to Stackoverflow in general for helping with your research.

link|flag
An excellent point. – Jason Baker Nov 11 '08 at 15:28
Exactly what I was going to say ;-) – DilbertDave Nov 11 '08 at 15:29
Totally agree. Citing SO as a direct reference is not something I would ever do. – kigurai Nov 11 '08 at 15:30
I would say in many cases the problem is more institutional than philosophical. There are a lot of excellent, rigorous online communities, and many parts of peer review can be just as much a popularity contest. However, if you're going to participate in academia, you have to play by their rules. – Robert Elwell Nov 11 '08 at 16:06
vote up 5 vote down

Added to the excellent points above, bear in mind that the community-editable nature of the site means that any references you make could well be out-of-date / deleted / modified by the time your paper is published. There are mechanisms for looking back at earlier versions of a question or an answer, but please bear in mind that it is your academic reputation that's at stake, not that of the community.

link|flag
vote up 0 vote down

One thing that springs to mind are unofficial "polls." Like for example, you could cite "Is C more easily affected by buffer overflows?" (hypothetical topic) and use it as an anecdotal example to illustrate your point.

link|flag
I doubt any poll on Stackoverflow would be "random" enough to be used in a professional paper or presentation -- there's a certain bias inherent in any poll give on a website. – mipadi Nov 11 '08 at 15:58
vote up 3 vote down

for academic reference purposes, treat SO the same as you would treat wikipedia - somewhere to start, but not definitive

the exception to this is when you are quoting someone

link|flag
vote up 0 vote down

Neither SO nor Wikipedia should be used as a reliable source.

link|flag
vote up 0 vote down

I've seen more answers with wrong things (including posted by myself) than all right on SO. you should be very careful with citing SO in academic papers

link|flag
Unless of course the point of your academic paper is that working programmers don't know what the hell they are talking about. – Chris Morley Nov 11 '08 at 15:46
vote up 0 vote down

Yes. But only for poking some fun with it.

link|flag
vote up 0 vote down

It would be a good idea to use StackOverflow as a reference in some academic or professional presentation if you are using it as an example of an excellent community driven website with the aim of providing technical direction for its users.

StackOverflow is a fantastic example of a late 2008 bleeding edge fully functional website. It's also remarkable that it is written using ASP.NET MVC technology which is just barely in beta.

Any of the current various merits of StackOverflow are certainly reference-able with the caveat that, since this is a Beta website living on the cutting edge anything you reference may not exist 6 months or further from now.

So, as fodder for a presentation on late 2008 state-of-the-art technical community websites, StackOverflow is perfect.

link|flag
vote up -1 vote down

Simply put: NO.

From an academic point of view, SO is nothing more than a forum where a bunch of uncredited people discuss and rate themselves.

link|flag
vote up 1 vote down

There is one set of circumstances where I believe SO should be cited:

If your primary source of information is SO, and that information is unavailable elsewhere, and you can verify that information is correct (by testing), then I think it would be very bad manners not to cite SO.

This is particularly important if the information sourced on SO is central to your thesis.

Examples might be:

A discussion about an undocumented API reference that someone has discovered, and that you can verify by checking a compiled binary.

A programming technique that is unpublished elsewhere, but that can be demonstrated in practice.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.