You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standardize on the term URL. URI and IRI are just confusing. In practice a single algorithm is used for both so keeping them distinct is not helping anyone. URL also easily wins the search result popularity contest.
We already have DATABASE_URL and that's not going anywhere, so using "URI" in other places to refer to the same string format is just unnecessarily confusing.
This should be more or less a trivial find-replace so if someone wants an easy blip on their "Contributions" graph, this is a good issue to tackle. I'm only classifying this E-medium if someone wants to cover the whole repo at once.
The text was updated successfully, but these errors were encountered:
* fix#1905 : replaced all uses of "uri" to "url"
* rebase commits
resolved conflicts in mod.rs
fixed conflict in options.rs
Update options.rs
Update options.rs
Update options.rs
The use of the term "URI" is discouraged by the WHATWG: https://url.spec.whatwg.org/#goals
We already have
DATABASE_URL
and that's not going anywhere, so using "URI" in other places to refer to the same string format is just unnecessarily confusing.This should be more or less a trivial find-replace so if someone wants an easy blip on their "Contributions" graph, this is a good issue to tackle. I'm only classifying this
E-medium
if someone wants to cover the whole repo at once.The text was updated successfully, but these errors were encountered: