Say, there's a Java (C#, Javascript, etc) question involving array and tagged only 'java'. Two months ago nobody would lift a finger to add 'arrays' tag: the benefit is tiny, if it exists at all.

Yet, last few days I've been noticing a lot of such edits and not sure what to do. Some users even go on retagging rampage, updating every question they can lay their hands on (you can see them repeatedly in the list of pending edits).

I don't mind those guys getting their lousy 1000 reputation this way (well, only a little), but somehow I feel that the system was intended for slightly more substantial changes.

What would you do in this case? Approve or reject?

PS Some examples from the last few minutes
http://stackoverflow.com/suggested-edits/11784
http://stackoverflow.com/suggested-edits/11787
http://stackoverflow.com/suggested-edits/11790
http://stackoverflow.com/suggested-edits/11785
http://stackoverflow.com/suggested-edits/11780

share|improve this question
I would reject the edit if it doesn't add anything to the question. If you can't make up your mind then just leave it for someone else to make the decision. – slugster Mar 2 '11 at 8:17

3 Answers

up vote 6 down vote accepted

I personally reject most edits like this. All the tags added in the listed examples are quite specific and most can be searched for without the tags if necessary.

I'm even more likely to reject minor edits like this when the latest activity before the edit was more than half an hour ago. An approved edit would bump the question to the home page, which would be silly to result from a really minor edit like this.

share|improve this answer
1  
Good. Now I won't feel so cruel doing the same :) – Nikita Rybak Mar 2 '11 at 7:06

Feel absolutely 100% free to vote to reject edits like this.

share|improve this answer

I have recently begun to do this in a very specific case, which I can outline below. I'm in the process of evaluating my own new habit, to categorize it as "satisfactory", "needs improvement", or "counterproductive". I lean towards, "needs improvement", but I'm searching for specific improvements.

In my case, it involves a whole class of questions that revolve around how to design relational tables for the "supertype/subtype" (or "superclass/subclass") scenario. In this context SQL tables and relational tables can be treated as equivalent.

Here is an example of what I used to do, before I started editing to add tags:

Relational database design - I want an extra field for some row types but not all

Andrew's comment on my answers is more positive than my own evaluation of my answer. But I'm never satisfied with yesterday's triumph. What I've taken to doing recently, is to add two tags to the question, namely "class-table-inheritance" and "shared-primary-key".

Here's what I hope to achieve. By adding those two tags I hope to attract people who follow those tags, or to attract the questioner's attention to the wiki summary for the tags.

Here's why the questioner almost never adds those two tags to the question: the tags pertain to (one of) the answrs, but they don't obviously pertain to the question. In fact, most of the questioners never heard of the two techniques that go with the two tags. If they were familiar with those techniques, they might never have asked the question.

So, here's what I'm looking for. Editing the question so as to add the tags needs improvement. What's the best and easiest way to improve the practice? Or should I go back to the practice I showed you in my example?

share|improve this answer
1  
This looks more like a question than an answer. – Mat Nov 24 '12 at 16:13
You are right. Should I have edited the original question? Or started a new question? – Walter Mitty Nov 25 '12 at 12:46
I don't see how this relates to this question here (at all). Start a new question. – Mat Nov 25 '12 at 12:46
That's what I think I'll do. – Walter Mitty Nov 25 '12 at 20:40

You must log in to answer this question.

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