Questions about the best way to do something on a Stack Exchange site, not for questions about questions about best practices.
39
votes
8answers
701 views
Are answers that just contain a regular expression pattern really “good answers”?
I have noticed an abundance of regex answers that consist of nothing but a pattern.
Obviously, not explaining the patterns will lead the (often clueless) OPs to just copy and paste the solutions. ...
22
votes
2answers
269 views
How and when should we use the “invalid flag” flag?
I found the "invalid flag" option, and have used it a few times. Mostly where someone's flagged a post as "very low quality", but it's either been fixed or it was never really that bad. But it seems ...
15
votes
1answer
218 views
Correct procedure for dealing with adf.ly links (shortening service that pays poster)
What's the recommended approach to dealing with posts that include links shortened using AdFly. Should it the link be edited away or replaced, flagged, downvoted, or simply ignored?
Unless I've ...
14
votes
10answers
1k views
What’s the best way to ask a question if English isn't your first language?
First, I really like Stack OverFlow and appreciate it, I always get useful answer and information from it, but English is my second language, therefore, when I submit my question, some of guys could ...
14
votes
3answers
201 views
Best Practice for Answering A Question if You Aren't Confident in Your Answer
Hi all, if this is a duplicate, I sincerely apologize. I wasn't able to find it when I searched, but that doesn't mean much.
There have been several occasions (this one for example) on SO where I ...
12
votes
2answers
189 views
Under which circumstances should I delete my own question or answer
While I was searching through meta I've found several postings about deleting. How it works, who can do it and so on. But I never saw a comprehensive list, in which cases someone should delete their ...
12
votes
4answers
147 views
Is it OK to put a link to SO questions in a program comments?
In quite some codebase you can see comments stating things like:
// Workaround for defect 'xxx', (See bug 1434594 on Sun's bugparade)
So I've got a few questions, but they're all related.
Is it ...
11
votes
6answers
206 views
Best-Practices versus Subjective
What does it take for something to go from being merely subjective to a "best practice"? Is a "best practice" no longer subjective? It seems like something becomes a best practice when a lot of ...
11
votes
6answers
306 views
Acceptable solution for 'answer copying'?
I am sure this scenario is familiar to all of you.
You click an unanswered question and after reading the question, you want to help and answer. After you answered, you remain the first and only ...
10
votes
0answers
114 views
Forward progress answers
I recently read a question I found very interesting. It's here, if it matters
I put some effort into helping the person get a good answer, and when I was done I had made forward progress on solving ...
9
votes
5answers
405 views
Poor answers and accept rate
What's the recommended approach when you ask a question and you don't actually get valid answers?
It'd normally leave the question as unanswered but, of course, that leads to getting a low acceptance ...
9
votes
3answers
170 views
What to do when people take your arguments and use them in their answers?
There are certain type of questions which typically generate multiple diverging answers in a relatively short time, all posted in the same time window. These questions, for example:
What is the ...
8
votes
3answers
261 views
Is there a good way to represent file structure in a question/answer?
I'm always looking for the best way to represent a file structure on my posts.
I roughly use this one :
Project
|
+-- file 1
|
+-- dir 2
| |
| +-- file 2.1
|
+-- dir 3
| |
| ...
8
votes
1answer
92 views
Linking to answers - possible “self promotion”?
Let's say a new question is posted, and I've answered that question before in depth. If I link to my answer in my comment, would that be considered "promoting" that answer - an attempt to gain more ...
7
votes
11answers
320 views
How do you answer a programming question?
I've been using StackOverflow now for about two months and one thing I've noticed is that there seem to be some commonality between answers which get more upvotes.
For example: Short, "pithy" answers ...
7
votes
5answers
143 views
Closing questions just because the OP knows the answer: good or bad?
It seems some think if an OP knows the answer to their own question, it should be closed as "Not a real question." I disagree.
Here is an example.
The OP posted some C# trivia. The question was ...
7
votes
3answers
284 views
Are questions about best practices bad?
I was looking at asking for some help from the SO community in relation to best practices for ASP.NET MVC. I planned on making it a Community Wiki as well.
But, when I was typing my title, I was told ...
7
votes
2answers
114 views
How to approach a major grammar edit?
The text of this question is written with broken English and very little grammar.
I understand it is completely acceptable for me to go in and edit specific grammar issues, but what are the rules ...
7
votes
1answer
119 views
Is flagging to close old questions best practice?
Related: How to get attention required to close old posts?
Every once in a while, I stumble upon an old (usually subjective) question that would have been closed before it left the front page if ...
7
votes
1answer
134 views
How can I ask a question that can be answered with a better approach?
I asked this question: Getting JSONdata from jQuery in ASP.NET (implementing FullCalendar)
The heart-breaking story is:
I'm trying to implement the FullCalendar-jQuery-plugin which I've never worked ...
6
votes
7answers
1k views
Why is linking bad?
I've seen many people refer to linking to pages on SO and even other sites as being bad and saying things like "I hope they don't mind". Why is linking a bad thing? I did just read all about Google ...
6
votes
10answers
202 views
Adding someone else's answer to your own to make a better answer
If you have answered a question and then later read another answer that is also correct, or another way of doing it, is it good/fair/bad to edit your answer to incorporate the other answer, so there ...
6
votes
3answers
115 views
Answering the 'actual question' as opposed to the 'real question'
I notice a lot of answers that are somewhat tangential to the question in hand, especially when the answer goes against best practice.
For example, if somebody asks "Why can't I do something in my ...
6
votes
2answers
96 views
Re-asking a question
There have been a few cases where I've asked a question on StackOverflow, and received a number of good responses which then made me realize that there was a much better/clearer/more concise way to to ...
6
votes
2answers
213 views
Why is the best-practices tag not allowed on SO any more?
I have nothing to add to the title: Why is the [best-practices] tag not allowed on SO any more?
6
votes
2answers
275 views
Editing questions with short titles (< 15 char)
The minimum question title length was recently increased from 10 to 15 characters. Some older questions have titles that are considered too short under the new rules. These cannot be edited unless ...
5
votes
7answers
407 views
What are some good tips for searching Stack Overflow?
I have found that the best way to search on Stack Overflow is to start to ask a question and use the suggestions it gives me. I do this since I have found the search textbox to be mostly useless.
...
5
votes
2answers
444 views
Is there a convention for accepting my own answer to my own question?
I asked this question in SO. Non of the answers I got over time satisfied me, and it wasn't that important for me to start a bounty. Eventually I resolved the problem by myself, and it wasn't exactly ...
5
votes
3answers
134 views
How much time is too much to spend answering a question?
I'm getting frustrated when I'll spend 30 minutes writing and expanding upon an answer, only to have a worse answer get enough of a head-start that no one even reads past it.
Most recently was on ...
5
votes
3answers
189 views
Acceptable to group together many answers into a new one, explaining when each is appropriate?
I read this question when only this answer was present. I knew of other answers, but since there are so many possible answers I chose to give several of them giving use cases for each (e.g. the first ...
5
votes
1answer
101 views
Advice on linking to code repositories for examples
Please take a look at this answer to this question. In the answer, I am suggesting that the OP take a look at some code that exists in the Linux kernel to use as an example, in particular ...
5
votes
5answers
238 views
Should pictures be linked to, or embedded?
What are the general guidelines on when to embed a picture in an answer and when to link it?
F.e. If you post a pictured guide on how to solve a question, should you embed the pictures or just link ...
5
votes
3answers
107 views
What is the best way to update your status on a question?
When progress is made after asking a question I have been editing my original post and adding progress at the bottom. Is this the best practice or is there a better way? Would comments be better?
...
5
votes
0answers
105 views
Is it considered bad practice to create and accept a summary answer when a subjective split leads to two or more acceptable answers?
Over on http://english.stackexchange.com, I created a question that contained unintentionally polarizing subjectivity. Because of this, I am now faced with the possibility of siding with a single ...
5
votes
0answers
112 views
Bug in character counting code
I notice a bug in adding a recent comment related to this answer, that the silly SᴛᴀᴄᴋOᴠᴇʀꜰʟᴏᴡ couldn’t couldn’t count characters correctly. It is counting separate UTF‑16 code units, which are not ...
4
votes
6answers
394 views
Comment conventions
This evening I commented on an answer before I left the office and later I found that I might have been too hasty in my efforts. It was pointed out to me, in a comment to my comment that I didnt ...
4
votes
1answer
101 views
Is it bad behavior to edit and answer a question?
From time to time I notice questions that could be improved (in style, punctuation, clarity of thought, tags, etc.) But I also have the answer to them.
I just feel wrong editing a question (even for ...
4
votes
2answers
172 views
What is the best way to learn new things on Stack Exchange?
I am trying to figure out the best way to learn new things on Stack Exchange, and ultimately design a study plan to help myself and others. To this end, I'd like to hear how others use these websites ...
4
votes
1answer
82 views
Keeping track of changes to a question v/s keeping track of good answers
There have been feature-requests in the past about option to favourite answers only but that has been declined
So, currently there is only one way to achieve both these things (at least only one way ...
3
votes
9answers
279 views
What and Who is the community for stackoverflow?
We all know that stackoverflow is pretty much self policed and that the community will enforce rules etc. I would like to actually define WHO the community is and also define what is NOT considered ...
3
votes
5answers
158 views
Why is using “What is the Best way to…” in questions often discouraged?
Of course I know the problems that could cause open question (infinite debate...).
But the words "Best Practices" exist.
I think it's ridiculous to blame people for asking what is the best way to do ...
3
votes
4answers
349 views
How to correct trivial mistakes in answers?
What is the proper way to correct trivial mistakes in answers? Correctness of even small details is desirable, but especially important when programming. Examples:
Case A:
Use the FooBra ...
3
votes
4answers
108 views
Is it better for SEO for question titles to actually be questions (grammatically speaking)?
When asking or editing a question, is it better (from SEO or user perspective) for the title of the question to be an actual question? Do we even care? If the preference is for questions, is there ...
3
votes
2answers
163 views
Was a good question closed by blind obedience to the rules?
Someone asked this question:
Best practices to set up the most Kung-fu build/deploy environment in Java
The question was clear. There were several answers, all of which were positive, on-topic, and ...
3
votes
2answers
195 views
One single best answer or multiple answers in community wiki style questions?
Is it considered good practice to accumulate multiple answers into one or should one provide multiple answers in questions where no single correct answer could be defined?
I am asking because it ...
3
votes
3answers
134 views
Best Practices when editing your own answer
What are the best practices when editing your own answer (for whatever reason, the question became clearer, a comment made you realize a mistake, you had a new idea, did some testing, etc). Here are ...
3
votes
2answers
51 views
Dealing with old questions whose answers have changed?
This answer to this question was in the review queue just now. The current best answer to this question is no longer completely correct. I now have a problem:
I should draw the focus to this answer, ...
3
votes
1answer
239 views
Syntax Highlight sometimes not working [duplicate]
Possible Duplicate:
Why isn't syntax highlighting working in a question?
Why isn't code coloured as it should be?
I do not get it. If you look at this answer, you can see that the ...
3
votes
3answers
87 views
suggestion on how to use this site to new users
I noticed that often new users aren't aware on how use property stackoverflow function like accepting answers or upvoting.
For example in certain cases they received a clearly right answer with many ...
3
votes
3answers
60 views
Best practice or behavior on duplicates
If I ask a question, and somebody points out it's a duplicate, say I go and check the answers there and accept the fact that it is a duplicate (not necessarily an exact one, but it helps solve the ...

