|
|
|
|
|
by ufmace
4666 days ago
|
|
That's the kind of annoying part about trying to answer questions. Anything requiring a relatively modest amount of knowledge gets answered in seconds. Try to type up something good and comprehensive with links to documentation and all, and there will probably be 4 other answers by the time you're done. And a lot of the moderately challenging or obscure things have been asked and answered already. Meanwhile, if you actually manage to answer or document some tricky, obscure thing, then often it never gets enough traffic to earn much reputation. Mine is still pretty low, but my highest-rep answer is a one-liner, telling somebody that Mercurial can't track files outside of the repository root directory structure. Meanwhile, an actual challenging, obscure answer, like the one on running ASP.NET with C++ dlls (hint: avoid if at all possible) gets very little. Asking good questions helps too, but I usually find it faster to look it up or figure it out myself than to format a decent question and wait for responses. |
|
So if you leave a good answer on something basic and simple, you have provided utility to far more people than if you are leaving a detailed answer to an obscure question.
This, incidentally, is what's lacking in the IRC channels of open source projects. In an IRC channel, questions that are not hard enough get ignored because they are not interesting to the experts in the channel.
So the IRC channel is good if you are hacking on the core, while SO is good if you are just trying to get something done, and the technology in question is a small part of your entire stack.