1
vote
3answers
96 views

What to do when the OP feels they asked a wrong question?

Suppose someone asks a question on Stack Overflow, and after posting and working on the problem some more that person realizes there actually was not a problem at all but it was only their ...
1
vote
0answers
33 views

Are “live collaborative” online pastebins/compilers acceptable for use in a question? [duplicate]

Possible Duplicate: How should we deal with questions that have broken links? Refer to this question (visible only to 10K users): "why does finding max height of a tree behave differently ...
6
votes
1answer
131 views

Encourage Questions to Include Code Samples

I know this has been noted before, but it's amazing how often people ask questions about code that's not working without sharing the code. And when they share code, it's often insufficient (which ...
-3
votes
1answer
77 views

posted code sample is not properly displayed [duplicate]

Possible Duplicate: How do I format my code blocks? All the time I post a code sampe on SO, the display is not as desired. Here some examples with simple text from a notepad document: 1) ...
8
votes
2answers
80 views

Suggest that users add code to a question if they haven't already

Disclaimer: This only really applies to Stack Overflow at the moment, though I think something similar may apply to the other sites as well. Disclaimer 2: I seem to be advocating nudge theory, woe ...
0
votes
1answer
85 views

Edit code or post new question?

What is the normal practice when you have a problem like this: You have a snippet of code (small or big) and want to solve problems and improve it together with the community. Normally you get ...
5
votes
1answer
169 views

Long code snippets that are relevant to the question

Sometimes there's need for including large chunks of data/code in a question. (See comments to the question: the OP tried to include a couple of long XML files, but that wasn't possible.) What's the ...
7
votes
0answers
78 views

Don't change double-hyphens in titles into dashes. At least not on StackOverflow [duplicate]

Possible Duplicate: Fix Markdown/SmartyPants in question titles This Q: Why is `x-- > 0` not undefined behaviour, while `x = x--` is? Actually, the -- in the title of the question is an ...
4
votes
4answers
162 views

'What's wrong with this code…' kind of questions - are they really useful? [duplicate]

Possible Duplicate: Should we close ‘fix my program’ questions I find there are lots of questions on SO of the form 'Here is this piece of code and it's not working. Can you ...