-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Allsync function #1686
Comments
Please see https://github.com/tc39/ecma262/blob/master/CONTRIBUTING.md#creating-a-new-proposal for the best way to suggest new features for the language. |
Can you put as a discussion? I understand that before suggesting something is better discuss if this really makes sense. And I consider here a appropriate place for this. Because it also be a critique of existing and in progress features. |
This repo is not an appropriate place for discussion of new language features; that's what es-discuss and the discourse are for. Critiques of in-progress features happen on each proposal's own repo. This repo is for handling issues with the specification itself. |
Ok. I suggest then removing or rename this option in New issue: |
When you click that option, there's three paragraphs of text - the second one is:
|
I suggest:
Continue with what you wrote...
|
Here's the current text in its entirety, which already contains your suggestion:
I'd be happy to hear suggestions for how that could be made clearer. |
My opinion is that, with those two sentences in the first paragraph, it makes this clearer and can help to prevent this problem from recurring. But if you prefer to assume that the atual text is excelente, and that the error is always from the user who has not read or not interpret properly, then ok ... Anyway, a suggestion is not an order. |
A PR to the issue template would be welcome. |
Thanks: #1687 |
Assumption:
Async function
That seems be more in agreement with single responsibility (or treatment ) principle:
Allsync function
It seems to make more defined what the function does and what it returns.
We don't await another result or behavior.
And we don't even have to indicate this everywhere.
The text was updated successfully, but these errors were encountered: