Very frequently new users will respond to your answer with a comment containing a gigantic unreadable block of code that clarifies some detail. This code should ideally be edited into the original question.
I think it would be a good idea to display a notice suggesting that code be edited into the question if all of the following are true:
- The person leaving the comment is the owner of the question
- Code in the comment exceeds a reasonable number of characters
- (Optional) The user's rep is under a certain threshhold
Since there seems to be some confusion, please note that this measure would not somehow outlaw all code snippets in comments. It only applies to unreadably long code snippets.
In fact, it doesn't even ban the code snippets it is targeting, since the notice will be dismissable. All this does is inform the commenter about the correct place to post their code, so other users don't have to.
Suggestions/improvements welcome.
EDIT: Since people seem to agree with the idea I am going to upgrade this to a feature request.
Here are some occurrences of the problem:
- Format JSON Datetime on client side by Javascript or Jquery
- javascript - I cannot seem to pass a filename into a var and get it to load (Now purged by moderator)
I will add more as I find them.