I recently read this article: Cool URIs don't change. (found it on this blog)
To summary:
- URI (should) never change
- As a webmaster (I like this word!) you should name URIs to last.
- To design a ever-lasting URI:
- What to use in URI:
- Created time, it never changes. For example the year. Another advantage of using created year is that, when you refer back to
/2018/pics/200 years later, you know that it mean whatpicmeans in 2018 instead of in 2218.
- Created time, it never changes. For example the year. Another advantage of using created year is that, when you refer back to
- What to leave out (basically anything that might change):
- Authors name.
- Subject. The author of the original article claims that it changes surprisingly fast.
- Access. Like group access, personal access, public access, etc.
- File name extension.
- Software mechanisms. Such as
cgi,exce,rb, etc.
- What to use in URI:
No comments:
Post a Comment