|
Almost every top stack overflow answer is wrong. The correct one is usually at rank 3. The system promotes answers which the public believes to be correct (easy to read, resembles material they are familiar with, follows fads, etc). Pay attention to comments and compare a few answers. |
Then I saw that you could get points for editing answers. OK, I thought, I can get some points by fixing some bugs. I found a highly upvoted post that had code that didn’t work, found that it was because one section had used the wrong variable, and tried to fix it. Well, the variable name was too short to meet the necessary 6 characters to edit the code (something like changing “foo” to “bar”).
I went to see what other people did in these situations, and they suggested just adding unnecessary edits in order to reach the character limit.
At that point, I just left the bug in, and gave up on trying to contribute to Stack Overflow.