It seems most of the questions tagged on SO are just intended to indicate "there's something wrong with my program", which would cover probably at least 80% of all questions on SO.

There are some questions where it seems to refer to a possible bug in a framework or utility. I'm not sure the tag is really all that useful in that case either.

What does meta think?

link|improve this question

78% accept rate
6  
looks like a meta tag and should be killed – örs Feb 3 at 12:10
4  
Questions about bugs in frameworks or other 3rd party software should go to their bug trackers, not to SO. – Juhana Feb 3 at 12:57
feedback

2 Answers

I would expect the question is referring to bugs when:

  • The OP has code with a bug, and doesn't know where it is.
  • The OP wants to write a workaround for a function/method provided by a framework, and which contains a bug.

In the first case, if the question didn't have a bug, there would not be a question at all, except when the OP wants to optimize existing code.
In the second case, the question could be seen as a question about writing code for a specific purpose without using buggedFunction() or Class::buggedMethod(). In such case, the question is not different from a question asking what code to write for a specific purpose, with the extra requirement of not using a specific function/method; the same type of question could be asked, for example, about PHP and how to write code that doesn't use a function which is available since PHP 5.3, when the OP's website is still using PHP 5.2.x.

What I find confusing is the description given for the tag, in its tag page.

Usually, bugs are reported into a bug- or issue-tracker. A good bug report should at least consist of a description of the environment (e.g. version number, the operating system it occured on) the minimum, quantifiable steps to reproduce the problem the expected and observed behavior.

If I am doing a bug report, in which way is that a question? If it were a meta site, a bug report would be fine; on the main site, it doesn't make much sense.

On Drupal Answers, questions that are about a module are closed as too localized, and the user is suggested to report the bug on Drupal.org, in the issue queue for the module containing the bug; if there is already a bug report open for that module, the OP sometimes get a link to the bug report already open.
In most of the cases, there is a place to report bugs for a framework, and that is the place where to report bugs.

link|improve this answer
feedback

According to the FAQ, questions about "software tools commonly used by programmers" are on-topic.

Is there another tag more appropriate to questions about bug-tracking and issue-tracking tools? Based on the existing tag description, those are the questions that the bugs tag should be applied to.

(Obviously questions about bug-tracking practices and principles belong on programmers.se, not here. Only questions about software tools are on-topic here.)

link|improve this answer
1  
There are tags for both issue-tracking and bug-tracking. These tags are more specific. Tags in bugs that are talking about bug or issue trackers should be retagged. – Charles Feb 3 at 20:46
feedback

You must log in to answer this question.

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