Comment on Adding type safety to object IDs in TypeScriptparentComments−yencabulator2yBecause they use slashes, those are kinda annoying to use in web UIs.Say, /view/users/jdoe/foo -- is that foo a resource, or a URL my web framework can use to e.g. fetch data & components SPA style?With a flat /view/user_jdoe/foo, you don't have that source of confusion.
Comments
Because they use slashes, those are kinda annoying to use in web UIs.
Say, /view/users/jdoe/foo -- is that foo a resource, or a URL my web framework can use to e.g. fetch data & components SPA style?
With a flat /view/user_jdoe/foo, you don't have that source of confusion.