On Stack Overflow, there was a question with an incorrectly formatted list, which lacked a newline before it and thus came out like this: 1. Hello 2. Something else 3. Goodbye

I changed it to the right formatting by inserting a newline:

  1. Hello
  2. Something else
  3. Goodbye

And I got the "Edits must be at least 6 characters" error message. Is there an OK way to trick this rule?

share|improve this question
22  
Just remove "Hello" and "Thanks" in top and bottom of the post :) – Chichiray Mar 3 '11 at 14:49
2  
@Grace Note I just found your comment for your edit in the revs of this question. Thnaks, and it's worth looking at for anyone who is interested in the question: meta.stackoverflow.com/posts/81520/revisions – vbence Mar 13 '11 at 10:38
Related: meta.stackoverflow.com/questions/82534/… – Chichiray May 5 '11 at 21:34
7  
This is annoying for source code changes, where only a ; is missing … – queueoverflow Mar 6 '12 at 15:41
5  
t pisses me off too. If I see a simple syntax error, like a misplaced comma, I then have to start adding noise to the poist just to make the edit stick. Even worse when a poster doesn't know how to use indenting and then the blank spaces don't even count towards the 6 charactrers. I like SO but this is a stupid rule. – fritzfromlondon May 7 '12 at 21:56
@fritzfromlondon I think the accepted answer has the solution: there is always something else to do even if it is not your primary objective when pushing the edit button. You can change the text a little bit to make it more readable or undertsandable. – vbence May 8 '12 at 11:57
1  
Rules with magic numbers (like 6 in this case) are always bad rules. – Dominik Aug 6 '12 at 7:42
@Dominik SO likes to have constraints on pretty much every variable not to get out of control (like daily rep cap or vote cap). It's not necessarily a bad thing. – vbence Aug 6 '12 at 9:57
2  
@vbence: No, there isn't always something else to do. Sometimes there is, often there isn't. Preventing people from making important edits because they can't find any additional inconsequential edits to make is stupid. – endolith Oct 10 '12 at 21:39

4 Answers

up vote 36 down vote accepted

Sure! Instead of tricking the rule, just look for other changes that can be made. Usually, in a post that forgets that kind of formatting, there's often at least one other error to be found. A miscapitalized letter, an extra space, or often just another formatting error of a different sort.

Remember, when you suggest an edit, it requires multiple other people to look at it and approve it. The character limit is to prevent people from wasting time by looking at exceptionally minor edits. So, don't limit yourself to just a tiny edit: try to see if you can improve the post to a possible state of perfection. If you hit all errors on a post, then no one else will even need to edit it.

Once you hit 2k reputation, and thus your edits don't need to go through the approval process, you can make those tiny changes without the limit in the way.

share|improve this answer
2  
Are you sure of "no limit over 2k"? I seem to be hitting the limit, even at 16k - but as it does prompt me to make other changes, it makes me realize that any edit should improve the post considerably, therefore I do more editing. – Piskvor's Semifinite Monkeys Mar 3 '11 at 15:04
1  
@Piskvor Quite positive. Even if I didn't have first-hand experience of it, Jeff and waffles have stressed, multiple times, that if you find that rare instance that it's just a minor edit of under 6 characters, just let a 2k user handle it. Because 2k users don't need to bother 2 other users just to get their edit through. – Grace Note Mar 3 '11 at 15:08
3  
@Piskvor - I can confirm that the 6 character limit doesn't apply to 100K users. ;-) ok, technically, 133K users, but I doubt anyone would pick 133K as an arbitrary cutoff, maybe 128K, but not 133K. – tvanfosson Mar 3 '11 at 15:15
@tvanfosson: Well, time for me to get some more rep then ;) It could have been me clicking "improve this edit" and triggering the 6-char edit limit there... – Piskvor's Semifinite Monkeys Mar 3 '11 at 16:05
3  
I beg to disagree just because code snippets need spaces in front. So space only changes are not uncommon. In fact, you got it the wrong way around: When all you do is add spaces then then you can't do any evil with it. No 2k users needed. BTW: not knowing the background all i did make a useless 6 character change and a rant in the explanation. Now there will be some 2k users having fun now. – Martin Apr 27 '11 at 16:52
4  
But what if there aren't any other changes to be made? The people who make up these rules don't seem to think them through before implementing them. – endolith May 5 '11 at 21:18
9  
As a new user I can say this limit is rather annoying. In StackOverflow I saw a code snippet where someone had an extra e in their code. All I wanted to do was remove the extra e so the code would compile. It would not let me change a reference of Neested to Nested to prevent a compile error. – JSWork May 19 '11 at 19:45
1  
@Grace: How do we "let a 2k user handle it" if they aren't aware of the problem? I thought the whole point of this limit was to prevent bothering 2k users who have to review every edit anyway. – endolith May 27 '11 at 21:22
@JSWork if the posted code would not compile, surely that was the problem the asker was facing? See my answer below. – Kate Gregory Jun 9 '11 at 18:05
1  
@Kate Gregory: If I recall correctly it was more of a "try this solution" post. The solution was right, there was just a typo in one of the variable names in the form of an extra e. – JSWork Jun 29 '11 at 19:34
3  
Small changes can make the difference between correct and incorrect code. For example, this XAML here needs quotes to work: stackoverflow.com/questions/2948290/… I didn't see anything else to improve, but it would be a convenience to other people copying and pasting the code to try it out, if the code were correct. – Edward Brey Aug 19 '11 at 15:14
4  
try to see if you can improve the post to a possible state of perfection That is the dumbest thing I've read all day. If you edit a post, you should ONLY change specific and clear problems. such as un-highlighted code, or spelling the word "string" as "dtring". When you try go beyond discrete problem areas, you risk changing the question to something that the OP didn't intend. – Sam I am Mar 21 '12 at 19:57
1  
would be interesting to know how do you submit "improved" edit suggestion for this code: stackoverflow.com/a/8722074/155687 - there is ONLY ONE character to delete (mismatch in regex and error message) <asp:RegularExpressionValidator runat="server" ID="valInput" ControlToValidate="txtInput" ValidationExpression="^[\s\S]{0,100}$" ErrorMessage="Please enter a maximum of 1000 characters" Display="Dynamic">*</asp:RegularExpressionValidator> – Vladislav Aug 30 '12 at 13:17
1  
I would argue against the "state of perfection." Perfection doesn't matter. Editing to that extent has diminishing returns. – Austin Henley Dec 27 '12 at 19:54

Some people feel there should be an exception to this rule for single-character errors in code. (There is a general consensus that single-character errors in sentences are highly unlikely to matter.) My approach to this is:

If it's not your question, and you see a one-character typo, your ANSWER is "hey, OP, you have a one character typo: you have [line paste] where you should have [corrected line].

If it's your question, you update it and add "Update: Sorry, when sanitizing this code I made a one-character typo: the code that causes the problem did not have [error] where it should be [correction] and I've corrected my sanitized version in this question." Now the 400+ answerers who are telling you about the typo can delete their answers.

Either way, you avoid the single-character edit.

share|improve this answer
6  
If it's your own question, then there is no 6 character limit. – Grace Note Jun 9 '11 at 18:06
@Grace - Thanks. I still feel people who edit typos out of the code in their questions should, if there are answers or comments referring to the typo, add explanatory text identifying the typo as a red herring. – Kate Gregory Jun 9 '11 at 20:18
1  
@KateGregory: That's why you can flag comments as "obsolete" and have them removed. One of the big things that makes Stack Exchange better than forums is that you don't need to wade through pages of discussion to get the information you need. Users have a discussion about some point in an answer, the outcome of the discussion is edited back into the answer, and then the obsolete discussion is deleted. Distill out the important content and delete the chaff. – endolith Nov 23 '12 at 2:22

To circumvent this counterproductive rule without confusing the recipient of your edits, just add a &nbsp; at the end of a line, where it won't make any difference to the formatting.

If StackExchange adds a rule to ban that (because they really prefer that you don't fix typos and mistakes), then you'll have to be creative with other non-printing or whitespace elements.

The How to Edit box next to the edit window encourages exactly these kinds of changes:

How to Edit

► fix grammatical or spelling errors

► correct minor mistakes

So it's pretty hypocritical for the site to reject your helpful contributions after explicitly asking for them.

share|improve this answer
3  
Technically, for starters, &nbsp; is already 6 characters, so you don't really need a whole bunch. – Grace Note May 5 '11 at 21:28
1  
Your comment obviously came in the @Grace period and looks somewhat out of place to the casual observer :-) – Hendrik Vogt May 6 '11 at 8:26
Another thing you could add: meta.stackoverflow.com/a/91535/130885 – endolith Nov 21 '12 at 18:47
3  
Nice hack. It's a completely stupid rule when you want to change a code error such as "dict*" to "*dict" – martinjbaker Feb 14 at 14:08

I encountered the same problem, where the person that answered the question did a great job with the answer, but the links were off. So I had to edit just 3 characters.

It was even an old post, I believe no one ever fixed it because of the 6 characters limitation.

It seems rather counterproductive that in order to fix a small problem you have to look around to be able to add valuable information.

What if you are like me? I found that question because I am learning on the subject. How can I add valuable information to an answer that was correct already except for the links being off? (btw just 2 links were off, so the answer had enough information to be understood).

I understand that there is people that reviews the corrections, and minor changes, like correcting a typo that is easy to understand would be hard to review, but I don't know, maybe something should be done for special cases like the one I had with the links.

share|improve this answer
I suppose the passive-aggressive approach would be to flag the post for ♦ moderator attention and describe the needed correction in the flag description. Overkill, sure, but at least the mods can make the edit. Not that I'd seriously advocate actually doing this. – Ilmari Karonen Dec 27 '12 at 20:39
1  
More practically, you could describe the problem in a comment. If the author of the post is still around, they'll be notified about it, and in any case the comment will at least inform readers about the issue. – Ilmari Karonen Dec 27 '12 at 20:40
Well we could do all that and more. I looked for an additional link in my case. But It is an overkill! And it kinda goes against the website goal: "Stack Overflow is as frictionless and painless to use as we could make it." – Dzyann Dec 28 '12 at 12:41

You must log in to answer this question.

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