when asking a question, users should avoid writing tags into the questions title which is automatically checked and results in the following error-message:
Title contains a [tag] prefix; please use the tag field to enter tags instead
Anyway, when a question gets closed or is migrated from one stackexchange site to another, a "[closed]-" or "[migrated]-tag" is appended to the question's title. This is inconsistent and should be changed to the following behaviour:
- Introduce closed and migrated as tags like all the other tags, too. (Maybe without the possibility to add them manually to avoid misuse - those tags should only be added/removed automatically - doesn't seem to be unusual, as there already are other tags with "special" meaning or behaviour like
[feature-request]or[faq]here on meta) - Add the
[closed]- or[migrated]-tag to questions that get closed or migrated - Don't append pseudo-tags to the questions title
Introducing [closed] and [migrated] tags would have the following advantages:
- It would be easier to search (for example: to review closed questions and check if they should be reopened)
- It would give us the ability to add these tags to our favourite tags (for example: to get migrated questions highlighted -- those are often some kind of interesting as they cover fields of different stackexchange sites (wich might be the reason the question was asked at the "wrong" place before))
- It would give us the ability to add these tags to our ignored tags (example: to ignore closed questions as they're closed anyway)
The only reason I can think of why the behavior is like it is at the moment, is because it's you can see that a question is closed at a glance - it's easier to see "[closed]" in the title than [closed] in the tag-list.
To obtain (and improve) this easy-to-see status of a question, the title might be changed additionally, but the pseudo-tags should be prepended instead of appended so they're even more obvious. This could look like one of these:
- CLOSED: After 15 years of programming, how does one get out of it?
- MIGRATED: Upgrading to Ubuntu 11.10 broke rabbitvcs
- closed: After 15 years of programming, how does one get out of it?
- migrated: Upgrading to Ubuntu 11.10 broke rabbitvcs
- {closed}: After 15 years of programming, how does one get out of it?
- {migrated}: Upgrading to Ubuntu 11.10 broke rabbitvcs
Note that i havn't listed the []-syntax as this only confuses users - they can't add tags to the title manually, but obviously, there are questions that have this.
EDIT:
Like adf said, tags are usually there to
[...]categorize the content of a question[...]
I agree with that, so my suggestion might not be the best -- but anyway, it would be nice to have an easy possibility to search for, filter and/or ignore closed or migrated questions, so I'll leave this question as is and hope somebody comes up with a better idea on how to achive this.
PS: at least here on meta, tags are used to categorize a questions status - just take a look at status-completed and status-declined. this is exactly what I would like to achive with closed and migrated. These tags could also get a different visual style like the status-* tags here so the title changing can be completely avoided.
PS²: I found a third example where the same rules should be used: questions that are community wiki. it would be great to add a special wiki tag to those for the same reasons I've given above.