Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Meta

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Comments on Questions easily answered by studying a beginner-level book

Parent

Questions easily answered by studying a beginner-level book

+15
−3

This scenario is not yet a problem for this site, but we will get there, since it's a huge problem for Stack Overflow:

Someone just picks up a well-known programming language for the first time. Then they almost immediately post a question on an online programming forum, which they could have easily answered themselves by reading the first chapters of a beginner-level book or by doing a minimum amount of research with a search engine.

That is, they did absolutely zero research effort and treats the community as an interactive beginner tutorial, expecting instant gratification by having their FAQ answered.

Should such questions that can easily be answered by a beginner-level book on the topic be closed? If so, what note should we add to https://software.codidact.com/help/on-topic?

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

Post
+15
−0

What if a question is beginner level? I would say: Someone should answer it.

Some of the beginner level questions on stackoverflow have received answers that explain things in wonderful ways.

Beginner level questions are formulated in the way beginners ask questions. Experienced people forgot how beginners think.

Is it really important if a question is beginner level? Where is the boundary? I think it is more relevant whether the person has shown initiative. You can read a text book and still don't get it, until someone else explains it to you in a different way.

Maybe it should first be clear, what the problem is, before searching for a solution... If the problem with beginner level questions is:

  • Answerers get angry at people who show no initiative and expect others to do their job: This is not a question about beginner level or not. But, maybe this kind of behavior is worth a special handling, such that there is a quick way for eliminating such questions, like, a button "No initiative" or something, only shown to users with higher privileges.

  • Experienced people lose interest if they are always confronted with beginner-level questions. Then, why not ask people for putting labels on the questions like "beginner", "intermediate", "expert", and allow for filtering for these categories? Yes, some people might (possibly intentionally) choose a wrong rating, but then someone with privileges might override that rating...

  • Q&A database filling up with garbage? Maybe there should be some means to rate the long-term value of a question and its answers, maybe there should be some clean-up days, expiration days after which a question and the answers disappear, ...

  • Duplicates and very similar questions polluting the database? Why not offer the possibility to merge entries in some way, maybe having aliases for questions, so people can do a web search using different formulations?

Most likely there are other problems, and even more likely there are even better ideas to solve the problems...

History
Why does this post require moderator attention?
You might want to add some details to your flag.

2 comment threads

Delegation of responsability is not answer (1 comment)
Research effort (2 comments)
Research effort
Lundin‭ wrote about 2 years ago

The thought I had when raising this question was mainly how much research effort we should require. SO went from "you have to at least understand a minimum of the topic" to "ask anything you want" and the site got IMO much worse because of it. If we aren't expecting any research effort then posters easily think they don't have to make any effort with the question itself either.

Dirk Herrmann‭ wrote about 2 years ago

I see, and yes, as I wrote, this kind of anti-social behaviour might actually require some special handling. I mean, there are different reasons why a question is not good: It might be unclear etc., but that is not necessarily anti-social. Having a special handling for this might make it even clearer that it makes a difference to the site, in contrast to handling it like other quality issues with questions with downvoting or so.