I recently saw a question about a problem (or possible bug) with subsonic on Stack Overflow. At first, I wanted to suggest that the asker post his question to the subsonic support forum.

When searching for the URL of that forum, I noticed that the subsonic project closed its support forums and now advises users to post all their subsonic-related questions on Stack Overflow.

Is this within the intended use cases of Stack Overflow, or is this abuse?

link|improve this question

75% accept rate
Check out Joel's comments here: This topic was raised recently and Joel gave a through explanation. meta.stackoverflow.com/questions/133522/… – Alan Klement yesterday
Also look at Trello on stackoverflow: stackoverflow.com/questions/tagged/trello – Alan Klement yesterday
feedback

5 Answers

up vote 38 down vote accepted

I think this idea of using Stack Overflow as an official support forum is inside-out : the community has to adopt the project, find it of interest, and talk about it on Stack Overflow.

Pushing to one particular destination from inside the project feels like forcing a fit for the community rather than letting one organically evolve.

One way is as you saw with Subsonic -- where they simply provide a single link to Stack Overflow among other links of places people can go to discuss Subsonic. I think that's an OK nudge and if you want to seed it with one or two questions yourself, that's fine too.

But outsourcing your forums or support to Stack Overflow alone is abusive and definitely frowned upon.

link|improve this answer
16  
Should probably modify your last sentence for what was done with Facebook. – 0A0D Sep 29 '11 at 17:01
"But outsourcing your forums or support to Stack Overflow alone is abusive and definitely frowned upon." Unless you have a lot of money like Facebook, right? – Nicol Bolas Jan 24 at 16:24
2  
@nicol there's no money in the Facebook arrangement, and it is absolutely true that we would get a ton of Facebook API questions regardless because Facebook is, well, Facebook.. – Jeff Atwood Jan 24 at 17:46
feedback

I'm going to go against the grain here: I don't like it. It's one thing for SO to be a user-to-user forum so that fellow developers can help solve problems, but I don't think it's really appropriate for reporting bugs and making feature requests for technology vendors (whether open source contributors or companies) to reply to.

It's hard to pin down exactly why I feel that way, but I think it's to do with the relationship between the users. On SO, the moderators are those who have proved themselves worthy in a general community sense. On a technology-specific forum, I'd expect the moderators to be associated with that technology. They should be able to close a feature request as "declined" (with a reason) or mark a bug as fixed, There's a level of power, responsibility and knowledge which has nothing to do with what the users are like in the more general terms of SO.

I think it's fine for SO to be one of the encouraged ways that users help to solve each other's problems, but I wouldn't want it to be the primary support forum for a technology.

EDIT: Something I should have said before: I would view this as a good use of StackExchange - if a technology vendor (or whatever) wants to host a specific site for their technology, that would be great. I just don't really want to see feature requests and bugs for every API in the world on SO. (I'm fine with "I think this might be a bug, but I'm not sure - what do you think?" type questions though.)

EDIT: I've just been speaking with Kevin Bourrillion of the Google Java Collections and Guava projects. He's recently announced that Stack Overflow should be used as one of the support mechanisms. From his mailing list post:

Where-to-post summary:

  • How do I? -- StackOverflow!
  • I got this error, why? -- StackOverflow!
  • I got this error and I'm sure it's a bug -- file an issue!
  • I have an idea/request -- file an issue!
  • Why do you? -- the mailing list!
  • When will you? -- the mailing list!
  • You suck and I hate you -- contact us privately at me@glennbeck.com!
  • You're awesome -- aw shucks!

That sounds like exactly the right balance to me. Topics requiring "deep" knowledge and discussion are likely to be best on a specialist list - whereas questions which "dabblers" can answer easily would do well on SO.

I will be fascinated to see the degree to which this becomes a standard practice - and whether it will be different for commercial products vs open source.

link|improve this answer
2  
ok, the last two bullet points were only meant as a joke... the email address I gave was "me@glennbeck.com" :-) – Kevin Bourrillion Jan 6 '10 at 21:59
@Kevin: Ah - when I read the post the full email address was anti-spammed. Not knowing who Glenn Beck was didn't help, either ;) I'm leaving them in anyway, as it's part of the character of the post... – Jon Skeet Jan 6 '10 at 22:08
1  
@Jon, to get a feel for the Glenn Beck sentiment, watch "The Daily Show" (More4 8pm most days in the UK), they have a go at Beck almost every night. – Rich Seller Jan 6 '10 at 22:35
More than a year later, I think this policy of the Guava project is in no small part responsible for there being a wealth of valuable Guava content on the site: stackoverflow.com/questions/tagged/… – Kevin Bourrillion May 7 '11 at 17:33
You can see the latest style of how we're pimping SO on our main project page under "How to communicate with us": guava-libraries.googlecode.com -- does anyone still want to try to convince me that this is abusive of SO? – Kevin Bourrillion May 7 '11 at 17:35
1  
@Kevin: Glad to hear it's working (although as per mailing list discussions recently, it's sometimes hard to get the word out). I still think the "discussions/feature requests on a mailing list, answerable questions on SO" is a great model. – Jon Skeet May 7 '11 at 17:38
feedback

I think explicitly saying "SO is our support forums" is a bit weird, but saying "StackOverflow is a good place to asking programming questions, such as those involving SubSonic" (as they are doing) is perfectly valid.

Using it for bug-tracking, or general discussion of SubSonic wouldn't be appropriate - but mainly because such questions aren't appropriate for SO anyway!

Basically I think if it was a valid StackOverflow question, it's irrelevant how the user came to ask post it on the site

link|improve this answer
feedback

I think directing users to SO is perfectly OK and is completely the intended use of SO. Didn't Google choose SO as its main Q&A platform for Android? How is that different other than the number of users?

link|improve this answer
feedback

We will try this on the WordPress Stack Exchange, as it is also a great way to get experts (plugin writers) on our site. We hope that we can keep feature requests and bugs away since all plugins in the official WordPress repository use one shared Trac.

link|improve this answer
feedback

You must log in to answer this question.

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