I have a posts table for my reddit-clone site and I’m wondering whether I should make categories per posts or just categorize by tags like SO has it. It seems like tags pretty much are a replacement for categories, but is there something I’m just overlooking?
Share
Tags are essentially ad-hoc categories with a one-to-many relationship.
I would go for tags.