There are a lot of people on Stack Overflow who like to share their technical knowledge. Not surprisingly, there are also many people who like to show new users how to use the site itself. This is great for example when they work with the OPs to write a clear question, but considered noise when the comments are only about meta topics, like accepting answers.
The success of Stack Overflow is based on formalizing certain interactions between humans. For example instead of writing "user123 has the right answer", I use the vote up button. The same approach could be taken for guiding new users: the system should offer a way to send common, standard reminders to new users on request of experienced users. This could include messages like
- "There are people who have tried to answer your question. If this helped you, you can tell people so by accepting the answer that was most useful for you. Otherwise, you may need to clarify your question by editing it." – This reminder would be available a certain time after the first answer has been given.
- "Your comment indicates that the answer was useful to you. Instead of writing this in a comment, you should use the vote up button on the answer. Also note that you can always delete your own comments." – This reminder would be available if the OP commented on an answer.
- "You have written an answer to your own question. If this solves the problem for you, you can let others know by selecting the check-mark next to your answer." – This reminder would be available if the OP provided the only answer, and it has been inactive for a while.
All these reminders can today be posted as comment, and this is what many people do (for example indicated in answers here, here, and here). However, compared to commenting, the formalized approach has the following benefits:
- No persistent comment noise: The reminders are only sent to the new user – others who are just interested in finding good answers don't need to see them. Also, they are not around longer than required: they should automatically go away when the addressee acts on them, and they should be easy to dismiss.
- Reminders can be throttled or filtered: Unlike with comments, the system could check if it makes sense to send the selected reminder. So if someone tries to send the "please give feedback" reminder right after posting the first answer, the system would reject to send it. The system could also prevent multiple reminders of the same type and unnecessary reminders e.g. to people with an Analytical badge on any Stack Exchange site.
- Reminders can be measured: Moderators could see how the new feature is used (unlike with comments), and if they discover bad patterns, we could tweak the rules and for example require that two users choose the same reminder before it is actually sent.
Compared to fully automated reminders (see current status, idea for improvement), the proposed user-requested reminders have the following advantages:
- More complex triggers: Certain reminders could not be triggered automatically because the system can't reliably detect their preconditions. For example it only makes sense to trigger the "consider accepting your own answer" reminder, if the self-answer is actually answering the question. This is easy to judge for humans, but hard for the system.
- People can still help: This is probably the main reasons why meta answers saying "don't ever comment about accepting answers" (e.g. this one) are not particularly popular: Not commenting would require people to fight their urge to help. So with user-triggered reminders, people can still be helpful, without all the drawbacks of comments.