You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
- The problem with "hide ignored tags" is that you have to add all the ignored tags, possibly hundreds. That is a very bad UX.spring– spring2012-08-21 21:58:26 +00:00Commented Aug 21, 2012 at 21:58
- @skinnyTOD I'm not sure I understand, how else would you tell the system to ignore a tag other than by adding it? If you want to only see a particular tag, there's a way to do that (just click on the tag). I'm not sure what kind of system you'd prefer.Tim– Tim2012-08-21 22:00:02 +00:00Commented Aug 21, 2012 at 22:00
- I would prefer to see just the questions for tags I have selected as favorites and topics of interest. If the UI defaulted to showing just favorite tag content then we wouldn't be forced to do "defensive ignoring". As it stands I consider the current implementation broken/bad UX.spring– spring2012-08-21 22:06:27 +00:00Commented Aug 21, 2012 at 22:06
- @skinnyTOD But you are seeing favorited tags. The problem is that even those questions with at least one of your favorited tags are often ones you can't solve if you add a tag like 'java' or 'C#' because there are just so many questions within it. He could click on 'java' and then 'kerberos' to get just those items with both tags if that's what he was looking for.Servy– Servy2012-08-22 13:34:48 +00:00Commented Aug 22, 2012 at 13:34
- @Servy - any question related to the tags/topics I am interested in is fine - opportunity to learn. Being bombarded by questions related to Android* or Google* (and the hundreds of other tags I have no interest in) is annoying.spring– spring2012-08-22 18:32:22 +00:00Commented Aug 22, 2012 at 18:32
- @skinnyTOD The whole point is that the user has favorited 'java' and those questions are also tagged with 'java'. Either ignore the tags those questions have that you don't want, or look for questions with both 'java' and some other more specific tag (you can perform such a search). The point isn't that he's seeing every single unrelated question ever.Servy– Servy2012-08-22 18:38:34 +00:00Commented Aug 22, 2012 at 18:38
- @Servy - you don't get it. The user should only see what they have selected as "favorites" and not have to tediously select hundreds of tags to be "ignored." The issue of broad topic tags or sub topics withing broad tags is a different and relatively minor issue.spring– spring2012-08-22 18:52:58 +00:00Commented Aug 22, 2012 at 18:52
- @skinnyTOD The problem though is that even after filtering down to just questions with one of his favorited tags still shows lots of questions he can't answer. Those questions that he can't answer are tagged with a broad tag that he has favorited.Servy– Servy2012-08-22 18:59:06 +00:00Commented Aug 22, 2012 at 18:59
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. stack-overflow), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you