Hacker News new | ask | show | jobs
by traviswingo 3422 days ago
Awesome work! I have a suggestion/question. Why did you chose the pattern

  /:options/:image 
over

  /:image/:options

? Seems the latter would be more user friendly.
1 comments

If the image url is in front there isn't exactly a sure fire way to tell where that url ends and where the options should begin. Of course there are work arounds, but the way it is now it seems that it would cover every case.
Good point. Didn't think of that.