Unsung heroes: Flickr's URLs scheme

(unsung.aresluna.org)

16 points | by onli 3 days ago ago

2 comments

  • akares 14 hours ago

    However, getting rid of the /photos prefix would be a terrible improvement.

    Having the /{username} at the root of the routing logic means that every URL should either query the user database for a match or use /{username} as a catch-all fallback if no other patterns match. But this makes resolving real 404 pages much more expensive.

  • Tepix 20 hours ago

    Concise URLs deserve more praise.

    Also, when you look at a site and see URLs like /wiki/index.php/MyPage it tells you about the skill level and care of the site administrators.