-
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
audit AOs with optional parameters #3475
Comments
I assume the goal here is to remove footguns, not to remove optional parameters entirely? |
It's to consider whether each optional parameter is a net negative or a net positive and remove the former. |
An example of |
For |
For |
|
For example, the
Call
AO's argument list parameter is currently optional, which can make it a footgun for authors and a bit misleading for readers. We should make it mandatory. See tc39/proposal-upsert#65.reviewed:
not yet reviewed:
The text was updated successfully, but these errors were encountered: