I am interested in choosing a good structure for an online application such as a bulletin board. I will use SO as an example, since I think this is an example that we are all familiar with, but my question is more general; it's about how to achieve the right balance between organization and flexibility in online bulletin boards.
The questions page is a load of random things. It moves quickly (some may say too fast) and contains a huge number of questions that do not interest me.
The idea, I think, is that we can use tags to find questions that interest us. However, I'm not sure if this works: you cannot use tags negatively. I'm not interested in PHP or Perl or web development. I want to exclude such posts. But with tags I can’t.
Although discrete subforums are in some ways less flexible, because they usually force you to choose a category, even if the question can fit into two (if SO had, say, areas for "Web development", "Game development", "Computer science" , "System Programming", "Databases", etc., Then, of course, some people may want to publish information on the development of Internet games, for example) is it worth sacrificing some flexibility to make it easier to find the content you are interested in and hide Content that doesn't interest you?
Is there a way with a clean labeling system to achieve the greater ease of use that subforums provide?
source share