Slug

Slugs: Ugly Bugs, Pretty URLs

Posted by Jeremy Harris on Fri, Nov 05, 2010 @ 10:46am

I've always disliked how slugs and permalinks were created, managed and implemented. I've never thought of slugs as permalinks, and that's how I treat them. To me, a permalink is permanent and slugs are not.

The reason I dislike them is because they are usually implemented by adding a field to the database where the slug is stored. To me, this is duplicate information. I hate duplicate data. A...