I'm keeping a consistent ~10% rejection rate on my suggested edits (not that I agree with some of these rejections):
I'm just wondering what the community average is, across all users on Stack Overflow?
|
I'm keeping a consistent ~10% rejection rate on my suggested edits (not that I agree with some of these rejections): I'm just wondering what the community average is, across all users on Stack Overflow? |
|||||||
|
|
Here you go: using Data Explorer
|
|||||
|
|
Not an answer, but a serious advise. I have re reviewed some of your suggestions, and I can advise you to go for the bigger fish |
|||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
So, I completely misread the question but leaving this here anyway as it give the other point of view. hims056's answer gives the rejection rate of suggested edits from the point of view of the suggester; to do it the other way around. In order to calculate the average rejection rate of the user who approves edits the SQL would look something like this (assuming I've read how SuggestedEditVotes works correctly)
Removing outliers1, those people who approve 100% of everything and those who have voted on 10 or less the average rejection rate rises to 17.57% and SQL becomes:
1. Definition randomly made up by me with thought but without proper analysis. |
||||
|
|
|
So that's a good question and I appreciate that you're thinking critically for how to best contribute to SO, but that's not really the point of suggested edits. When you reach a certain reputation (2k, is it?) you can edit anything you want without it needing to be approved. The suggested edit queue up until that point serves a primary function of training new users to edit properly. So you will graduate from your edits needing approval regardless of what "grade" you finish with. That being said, really, your goal is to strive for all edits being approved. And certainly understand why your rejected ones are rejected. If you disagree with some, then that's fine, you won't need approval in time and will be on equal standing in the community with your rejector on this issue. FWIW - on the "too minor" ones, I go with the rule "Did this increase how fast I was able to process the question?" Most do so I approve most, and I nearly always approve title corrections since those impact the presentation of the post to the site and internet at large. |
|||
|