| Pronouns | Singular they |
| General Acct | @Devan |
@nocksock I personally don't know anyone who's expressed issues with URLs themselves, neither laypeople or tech folks, but plenty who are unhappy about bad IA that manifests as large or unmemorable URLs.
As far as I can see, a solution to bad IA will either have to:
- Mask it, which short links and aliases already can now; or
- Force good practices, like AMP with resources/perf, but also something people can fix right now.
Neither of these require something to replace URLs.
@akmur Elm has been the most refreshing development experience for me. :) All code is structured the same and I can go fast because the compiler has my back with things like helpful messages, typo checking, and explicit error handling.
There IS a learning curve with its concepts and syntax, but I personally found it gentler than most because of the compiler, docs, and community.
Even if you don't end up using Elm, you learn a lot from it! It's changed how I think about my JS code.