|
|
|
|
|
by Const-me
3126 days ago
|
|
Not just for new users. I’ve been using SO since 2009, have over 7k reputation there and 375 answers, but recent changes make me want to stop using it. The problem I encounter most often, the community tends to closevote hard questions instead of answering them. E.g. I recently asked a question on SO, for Linux C API to monitor WiFi signal strength for the connected network. 10 minutes later it got a vote to close “migrate to superuser”. I immediately updated the question explaining that I only interested in C API. An hour later it got closed as offtopic. I flagged to mod, nothing happened. It gathered a few votes to reopen but not enough to reopen. And now it’s just deleted by “Community” saying “RemoveAbandonedClosed”. |
|
* Never, ever, write a question without tagging it with either a language or language-agnostic, though in the latter case you're still better off using a language tag as well. This is basically the only reliable way to get views.
* Try to give people a jump-in point. If your question gets 50 views, which is far from guaranteed, only expect 10 of them have the time to write an answer. If your question isn't approachable to at least one person in your mostly-random panel of 10 people, you're going to suffer for it. Giving people a minimal piece of code massively improves engagement rates.
* State your problem clearly. Your newest revision would likely never have had these problems, but your first revision was not obviously about C APIs, and by then it was too late.
* If your question is just closed and you think you deserve reconsideration, flag it with a custom reason for an actual moderator (rather than just a user with a vote). They're the only people who really have power to reopen fast enough to matter.
* If your question stays closed for a nontrivial amount of time, it's dead unless you post it to Meta (meta.stackoverflow.com) and people reconsider. There are too many questions posted to this site to spare a second glance to closed ones.
In short: be clear, be proactive, and focus on quality from the get-go.