vote up 21 vote down star

Duplicate of

How to deal with google questions?

I recently got down-voted by a user who added a comment, saying "couldn't you have spent 15 minutes and looked this up on Google?".

My answer is "yes", but by asking on Stack Overflow, I feel like I am achieving my goal of getting the answer with less effort as well as helping the community in the future. By doing this, I am achieving the following:

  1. I am using the power of the community to sort out the best answer and avoid wasting any time searching on sites working through material that might not work out.

  2. The next person in the world that has this same question will get their answer immediately since the correct answer will be there at the top of the list on Stack Overflow.

So my question is: Do people think my argument is valid? Isn't the goal of the site to help future software developers find answers quicker? Or do you think I am simply trying to justify laziness?

flag
This should be community wiki... – Zifre Apr 12 at 0:55
Yes, please make this a WIKI – JaredPar Apr 12 at 0:56
3  
This should be closed. It's not programming related. What was the question btw? – cletus Apr 12 at 0:56
I don't think this one should be closed on the grounds of "not programming related". It should probably be marked as community Wiki, and be tagged as a FAQ question. If anything, it provides documentation about the community's values on certain types of questions. – Scott Wisniewski Apr 12 at 1:02
If it's a dupe, then it should probably be closed, but otherwise I say leave it open. – Scott Wisniewski Apr 12 at 1:02
show 27 more comments

closed as exact duplicate by toolkit, Kent Fredric, SilentGhost, Sam Hasler, Scott Wisniewski Apr 14 at 1:48

14 Answers

vote up 30 vote down check

Stack Overflow is meant to be a resource for answers to Google searches, but that doesn't mean any question is reasonable. A question like "How do you concatenate strings in Java?" is flagrantly worthless and the Java docs are more appropriate. It's really selfish to waste people's time on such a thing. If we get lots of stupid questions — that is, if the signal-to-noise ratio becomes too low — the smart people will leave and Stack Overflow will lose all its value as a resource.

link|flag
Agreed, but the community already does a pretty good job of filtering these out, this is all about where to draw the line. As in other forums, the key is that the person posing the question ought to be able to cite some what they have already found if they are looking for a deeper answer. – altCognito Apr 12 at 2:32
2  
and the correct answer to "how do you concatenate strings in java" probably involves mentioning things like StringBuffer – Jimmy Apr 12 at 5:02
vote up 15 vote down

Sometimes Googling something is difficult for someone who doesn't know where to start, while very easy for others. If it's not immediately apparent for what you should be searching, then I don't think it's lazy to ask here.

link|flag
vote up 13 vote down

I think one of the goals for Stack Overflow was to become a site that often comes up high in Google rankings. In order to do that, we'll obviously have to compile material that is found elsewhere on the web. So I think definitely it's okay to ask Googlable questions, with a goal toward making the Stack Overflow link for that question the best spot on the web to find the answer(s), and the highest Google hit on the subject.

link|flag
1  
"In order to do that, we'll obviously have to compile material that is found elsewhere on the web" Doesn't seem sensible to me. Material ages; "duplicates" wind up disagreeing over time. I don't think this is a good idea. – S.Lott Apr 12 at 1:13
1  
Except that unlike a lot of other programming resources on the web, StackOverflow is editable. Therefore, if the answer ever becomes wrong, you can just change it. SO has a nice format, and I'd be in favour of anything that would get experts exchange out of my search results. – Kibbee Apr 12 at 2:15
amen to the expert sex change thing – Epaga Apr 14 at 9:53
vote up 5 vote down

Personally I love it when people ask google answerable questions. It makes my job easy :)

link|flag
Some people have no sense of humor. Then again, I may be one of them – JaredPar Apr 12 at 1:04
I agree with you. :) – cletus Apr 12 at 1:59
vote up 5 vote down

I think it's absolutely fine because one of the biggest issues we face as developers are the accuracy of the answers/solutions we find on Google. One of the greatest benefits StackOverflow has is that it has a community of people who are willing to correct questions and vote on good/bad answers. However, I think people should take more time over the questions and word them a little more carefully if they want to avoid such comments as you mention. We put time and effort into the answers, but maybe we should put a little more effort into our questions. Hope that helps.

link|flag
vote up 4 vote down

Like someone else mentioned sometimes its difficult for us "newbies" to even know where to begin with a Google search. One example is a question I recently posted asking about what the letter "M" meant after a number in a line of code such as:

SomeDecimal = SomeInt * 15.00M;

I had no clue what that M did and likewise I had absolutely no idea what it was even called so I how am I supposed to search Google for it? Now it seems like something very trivial to me but it wasn't before.

Google (and other search engines) are good at understanding what us humans are trying to tell it. Unfortunately, sometimes you need to post a specific piece of code and have a human look at it and ask questions about it so said human can answer. Sometimes those questions are very basic and sometimes they aren't.

I have found Stack Overflow to be a great resource so far. Even better than my friends who program for a living.

As long as the question is programming related I don't see why it shouldn't be allowed, no matter how basic. Sometimes people just don't even know where to begin searching and when that happens this is an EXCELLENT place to fall back on!

link|flag
I beg to differ. What you've just done there is a language-specific thing, and you can pretty easily jump into a concise language reference to find out what is meant to be done, even a newbie can look at a language reference. – Adam Hawes Apr 12 at 6:52
You're totally missing the point. The fact is most anything is available in a language reference. However, just like a search engine you still have to know what to look for. How am I supposed to know that it's language specific and what to search for if I don't even know what to call it? – Pete Apr 12 at 14:46
vote up 3 vote down

My personal opinion is that you should ask the question anyway. Google is just a search engine. It searches and matches words and phrases. The largest is the collection of phrases available to google, the more likely is than anybody having a particular question will find it.

Most of the questions asked on SO can be answered with google. Most of the answer people will give to you will be looked up on google before writing and posting. But Google, and any search you can do, will not grant you a live discussion about your question, something that you can find here.

link|flag
vote up 3 vote down

Yes, you should ask Googleable questions. SO is meant to be a general repository of questions and their answers, not a repository only of things that aren't anywhere else.

link|flag
vote up 2 vote down

I would consider it good engineering to do research first (reading the manuals, google, wikipedia) before asking questions. It keeps your mind sharp and safes you from being conceived as a noob. It also IMHO hinders the people that are experts to give good answers on SO, as they have to browse through a huge list of questions that could be avoided before they find one that is worth answering.

Said that I believe there's no real bad question, but in order to keep the quality of SO up we might want to avoid questions that are too easy (they are also prone to the already answered syndrome).

link|flag
vote up 2 vote down

This is a programming question/answer site. If you have a programming question, ask away. I tend to use the following guidelines for answering:

  • If the question is about something I know or am interested in, I will read it.

  • If the question indicates similar 'related' questions, I will check them out to see if it is more useful to answer with a link to that similar question. For your question, I would suggest that you read this similar question.

  • If it is a really good question, I'll upvote it.

  • If it is a question to which I know the answer, I will try to help with an answer.

  • If somebody has already given an answer that I think is helpful, I will upvote that answer.

  • If somebody has already given an answer that I think is right but could use some clarification, I will upvote that answer with a comment.

  • If somebody has given an answer that doesn't really help, I will ignore it.

  • If somebody has given an answer that is dangerously wrong, I will downvote it with a comment. (I wish that downvotes required a comment but that's an issue for uservoice)

There will always be people that think that the only questions worth asking are ones that have never been asked before and these are the type of people that will downvote questions just because they don't like them or think you should have worked harder before asking them.

This site is only as good as the community that supports it. This means a couple of things. You will usually get back what you put in and you will benefit the most if you match the majority of the community mindset. Currently, I believe the SO majority mindset is mature and most will try to be helpful no matter how obvious an answer might be or how easy the answer may have been to find elsewhere.

I think questions deserve answers but it is undeniably true that the quality of the question will dictate the quality of the answer in most cases.

This sort of question is good for the community to discuss. It will help new members become useful contributors more quickly. It won't however put an end to 'obvious' or 'lazy' questions from those that are just looking for answers.. now.. and have no interest in becoming a part of the community. I think these are great opportunities for new members to practice their art.

If a question isn't worth your time to answer then don't answer it and let somebody that wants to, answer it or let it whither in no-vote obscurity :) Please, save your downvotes for non-programming questions and dangerously wrong answers.

link|flag
vote up 1 vote down

I find the answers given here are generally far superior to those on other sites that google ranks highly. (Experts Exchange comes to mind.) Go ahead and google, but if you can't fine the answer here, I'd ask it anyway.

link|flag
vote up 1 vote down

Asking a question without spending the time to research it yourself shows a certain lack of respect for the community's time. This bit from How to ask Questions the Smart Way covers the topic pretty succinctly.

When you ask your question, display the fact that you have done these things first; this will help establish that you're not being a lazy sponge and wasting people's time. Better yet, display what you have learned from doing these things. We like answering questions for people who have demonstrated they can learn from the answers.

link|flag
+1 For linking ESR. He makes so many valid points in that document. – Adam Hawes Apr 12 at 6:50
vote up 0 vote down

People who say you should've Googled instead of asking here are generally missing the point. They should take advantage of you and post the easily-Googleable answer for rep. :)

Of course, posting a question you could've easily answered might indicate you're a lazy bum, and it might make some of us not want to help you. But, that's not the point of this site, which is to build a resource consisting of answers to programming questions. Maybe you ARE a lazy bum, but if it helps make Stack Overflow a better site, who cares?

link|flag
vote up 0 vote down

There are no stupid questions, only stupid answers!!!

When SO was made there were no assumptions about what kind of questions to be asked. Also, we have not set standards about intelligence of questions and people. It's been left to mercy of your peers and reputations.

Wiki, does have pages on topics like Boy, then why can't SO allows primitive questions?

Here is how you can help your self:

  • If you find any question not up to the mark or standards, you can vote it down
  • Do not answer those question
  • You can create a tag and mark such question with that tag and put the tag in ignored ones.
link|flag

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