
Design
Easy-to-Reference ID
Use meaningful schema for user-visible IDs.
If possible, generate the id with easier-to-remember words, instead of pure random letters.
For example, In Linear every issue has an ID like “DTD-123”.
For those never visible to users, like a database index, random strings are fine.