Search code examples
url-shortener

Why common url shorteners use random string instead of random word combinations


I am working on a url shortener project and I am wondering why won't the common services use random combination of words? It would be easier to remember and not hard to implement.


Solution

  • It is not about making the links easier to read. It is about making them shorter.