Questions tagged [question-quality]
A tag used when referencing the appropriateness of certain questions for Stack Overflow.
197 questions
-4
votes
0
answers
156
views
Request to undelete questions to improve and lift ban [closed]
I recently received a question ban on my Stack Overflow account. I understand that my previous questions may have been off-topic or not up to the site's standards.
I would like to improve those posts, ...
-9
votes
2
answers
176
views
Does a Question with Poor-Quality Code Count as a Low-Quality Question?
Sometimes, users post code that is a bit messy and does not follow clean coding principles. Additionally, the code might include comments in a language other than English. However, this might be a ...
27
votes
1
answer
909
views
What can I learn from the downvotes to my question?
My question "sh: 1: !: not found" in GitHub Actions is getting downvoted, but I can't think why. It's dispiriting, and it would be nice to get some idea of what I've written that's ...
38
votes
1
answer
1k
views
Are there circumstances when flagging a non-rude/non-spam but hopeless question on Staging Ground is warranted?
I came across this question on Staging Ground, and I saw that a reviewer had diligently and politely made 3 relevant comments asking for improvements. And this actually troubled me, because the ...
33
votes
2
answers
929
views
Staging Ground post-launch insights and understanding question quality
TL;DR: In this post, we will recap the launch of Staging Ground and share updates, bug fixes, and early metrics. We will also discuss the topic of question quality, where we want to head, and how you ...
-11
votes
2
answers
321
views
How can I ask a "good question" and not get flagged? [duplicate]
I am trying my best to ask my questions in a format that is acceptable on this platform. I've used the wizard and searched extensively for documentation that gives direction. However, I keep getting ...
4
votes
2
answers
333
views
What should we do with questions from users that didn't even try to learn the language? [duplicate]
Today I saw this question about Rust (now deleted, screenshot attached for <10k). The problem in the question is that the variable is declared incorrectly (like C/C++ Type name; instead of Rust's ...
-24
votes
1
answer
241
views
Question Quality Control
NUMEROUS Python questions are of extremely poor quality. It's a pandemic of barely decipherable posts. One of the driving factors are users that have some arbitrary file format that they want to ...
9
votes
1
answer
282
views
How to encourage people to use linebreaks and periods?
I wonder why people do not use line breaks and periods. I see many long paragraphs and sentences using commas.
Some posts are really hard to follow and require (lots of/some) post-editing to ...
-10
votes
2
answers
297
views
Badge or bounty to encourage questions and answers with good quality (pass an exam)
Is it possible to consider a mandatory badge/bounty for newly joined contributors? The badge/bounty is earned by taking a training and passing an exam; a new contributor can post questions or answers ...
10
votes
7
answers
1k
views
Is there a minimum length to consider a question as 'a good one'?
I stumbled upon this question
Is there a minimum length to consider a question 'a good one'? This question seems... fairly self explanatory as it is, but my first reaction was to think of it as an ...
18
votes
1
answer
841
views
Questions with simple syntax errors
The following question is asking "How to specify multiple conditions in an if statement in JavaScript".
if (Type == 2 && PageCount == 0) !! (Type == 2 && PageCount == '') {
...
8
votes
5
answers
875
views
How should I handle questions which show the desired output in code, but not in writing?
I was watching python and saw this post (revision referenced in this meta post), titled "Complex dictionary construction" (there are many similarly structured questions about regex and list ...
14
votes
1
answer
286
views
Post quality? Site etiquette?
I'm a long time lurker, a very recent poster. I've been active in other forums and feel like I generally have a really positive experience. But here, it seems that I'm off the mark a bit somehow and ...
41
votes
6
answers
2k
views
Why do people answer inscrutable questions?
Consider this question:
Members of a class in C++
In object oriented programming is objects are member of a class in
C++? If not classes member of what?
class Name{
public:
private:
...