I was about to ask Stack Overflow has too many "too localised" new questions; then I stopped myself from posting because I saw the question and I'm in complete agreement with the subject.

I was a longtime reader of Stack Overflow, and now for some months also an active user. For the last two years it was a very valuable resource, because it contains lot of knowledge about everything.
Now it's pretty useless for new questions, because very good questions are obfuscated by the noise of noob questions. Some examples are the following ones:

They deserve a big RTFM as answer. However, they are "Noob questions: simple answers and big rep points" so they float along the home page for a long time, obfuscating other questions which are dozens of times more interesting.

I downvote all these questions because the tooltip over the upvote button says: "This question shows research effort; it is useful and clear (click again to undo)" and clearly all those questions don't show any effort.

I've also tried to flag some of them, but sometimes my flags were rejected and I can't understand why. Some examples of this are:

I'm saying this because I'm pretty frustrated. I asked a lot of questions, but I always spent at least an hour trying and searching before posting and I always read almost all the questions which Stack Overflow marks as similar. Now there are a lot of my questions which don't have an answer, and they have very poor view counts because they disappear from the home page in a few minutes. I don't pretend that all my questions are solved or that they are the best and most interesting in the world, but I think that they fit well in the Stack Overflow community, better than the question "how to check for a substring" above which gets four answers in two minutes.

It seems to me that Stack Overflow has become a great game of how to get the most rep in the least time.
From the other side, I've read somewhere, most recently here, that there are no beginner questions and any question is welcome in SO.

So, are beginner questions allowed or not on Stack Overflow?
IMHO they don't belong here and they should be absolutely removed or relegated to a secondary page.

Edit

I want to update this question, since the original question which inspired me is changed.

What about the "please debug this code for me" questions, such as SCP with PHP - Does not work?

These questions are clearly worse than noob questions, because they will hurt Stack Overflow more than any other. Don't know if the "too localized" flag is appropriate for them -- maybe a new flag reason should be added.

link|improve this question
3  
related: Some questions are too simple – Gordon Sep 8 '11 at 20:30
Thanks for the link, very interesting. Hope it will be implemented in some way. – Fabio Sep 8 '11 at 20:55
"Too localized" does indeed apply for many "debug this code" questions -- it depends on whether you judge there will be any future value. If it devolves into a debugging session in the comments, I prefer "Not constructive". Here's a few other Meta questions about this: meta.stackoverflow.com/questions/86885 meta.stackoverflow.com/questions/37308 meta.stackoverflow.com/questions/40164 – Jacques Cousteau Sep 17 '11 at 18:22
feedback

1 Answer

Yes, beginner questions should be allowed. I just started doing some basic web programming, and have some of those to ask myself. Documentation only works so well, because you have to have a certain level of knowledge to be able to look up the information. Closing dupes is fine, since they should be searching, but there shouldn't be a prejudice based on level of knowledge.

link|improve this answer
3  
First ability of a good programmer is learn how to search, how many RTFM was seen in the mailing list time. I think there should be a "threshold" on level of knowledge. – Fabio Sep 8 '11 at 20:27
1  
The first thing forced on a programmer is having to search, but Search is Hard. – Lance Roberts Sep 8 '11 at 20:42
Since everyone starts at zero on everything, how can there be a threshold? – Lance Roberts Sep 8 '11 at 20:43
3  
IMHO: Closing questions as duplicates is a very good thing because it not only directs attention to the fact that they can find their answer already, and gives a direction for anyone who finds the question to go towards, but it also helps SO's search rankings, and gives the question more redundancy so that there is a greater chance that somebody will find one of the many duplicates, and elect instead to use the answer from a previous question, instead of making a new one. – Nightfirecat Sep 8 '11 at 20:44
1  
@LanceRoberts according to your comment everyone starts at zero on everything, one should be allowed to join SO and ask "what is an if/else statement", then "what is a variable" and so on? One should make some effort by himself before asking someone else. He could read a book, a tutorial, join a course. Just my opinion. – Fabio Sep 8 '11 at 21:04
@Fabio, yes, it is a site for programmers, so I guess there should be a very basic threshold of knowledge to use this site. But I don't know if I'd try to define what that would be. – Lance Roberts Sep 8 '11 at 21:14
4  
There are tags where this is extremely problematic, the C tag being one of the biggest. We've probably got close to a thousand questions covering the exact same concept when dealing with pointers. The problem is, you can almost never find them when you need them to point as a duplicate. That actually prevents the duplication from having the desired effect, which is people finding answers even when they aren't quite sure what to search for. I'm not sure what, if anything can be done about these special cases. – Tim Post Sep 17 '11 at 15:34
feedback

You must log in to answer this question.

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