13:24
<annevk>
Does anyone still have a particular fondness for pairs? I'm pretty close to writing the relevant PRs to turn them into tuples. It doesn't seem like it would be all that much work.
14:54
<Domenic>
annevk: how strongly do you prefer "site[0]" to "site's host" in https://github.com/whatwg/html/pull/7251/files ? I find the latter a decent bit more readable, and I think it's pretty clear those are the components of a host-and-port...
14:55
<annevk>
Domenic: it's kind of an implicit tuple at the moment where we don't have defined names
14:55
<annevk>
Domenic: if we had defined names it would work, but if we don't I think this is better
14:55
<annevk>
(I think implicit tuples are fine, as you don't always want to define all the names and things are mostly clear from the name of the tuple itself.)
14:57
<Domenic>
Alright, I guess I'll merge as-is. Feels like a bit of a shame though.
15:08
<annevk>
Depending on your level of shame you can add some boilerplate. 🙂 Maybe at some point there are other things poking at the internals...