-
Notifications
You must be signed in to change notification settings - Fork 342
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editorial suggestion: rename "fetch finale" #1419
Comments
Well yes, but it's also the logical end of the fetch algorithm, right? At that point we have identified a response, perform the final checks, and return it. It's not the end of networking activity though so I can see how it might be confusing. I would prefer this being some name with "fetch" in it, similar to the other fetch algorithms. Perhaps "handle fetch response" although I guess that could be confusing with SW's "handle fetch". Would "fetch response finale" give the same confusion? I guess "fetch response handover" (no space in handover) isn't too bad either. |
I think my issue is with the word "finale" rather than with the word "fetch". It's finale of the fetch algorithm, but later the conclude/finalize/terminate is still sort-of part of the "fetch" even though it's not part of the algorithm. "fetch response handover" sounds good to me |
I found the term "fetch finale" confusing when I was a newbie to the fetch spec.
Especially with #1412, but even before, the fetch finale is not exactly the end of the fetch.
It's more of a middle point where the fetch hands over processing back to the client, which will eventually either conclude, abort or terminate the fetch.
I propose to rename it to "respond" or "hand over".
The text was updated successfully, but these errors were encountered: