Lately, I've seen a lot of "this is my code, please find the bug" questions, i.e., people just dump their complete class file instead of creating a minimal working example.
When I see this, I usually leave a comment, pointing them to http://sscce.org or explaining how to create such an example (sometimes in vain, sometimes people actually go ahead and shorten their code a little bit).
Would it make sense to do something against this problem? For example, issue a warning when a new user tries to enter more the 20 lines of code, providing some hints on how to create a "good code sample"?
EDIT: It looks like a feature has been added to address this issue: