Skip to content
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: Declare iteration aliases as close to iterations as practical #2768

Merged
merged 1 commit into from
Jul 30, 2022

Conversation

gibson042
Copy link
Contributor

As observed at #2766 (comment) , it is very common for an iteration alias (i.e., a value that changes during iteration and effects its conclusion) to be declared immediately before its corresponding iteration. This updates a few deviations to conform more strongly with that convention.

Copy link
Member

@michaelficarra michaelficarra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure.

@bakkot bakkot added the ready to merge Editors believe this PR needs no further reviews, and is ready to land. label Jul 27, 2022
@ljharb ljharb force-pushed the 2022-05-iteration-alias-declaration branch from 9ce88e5 to a3edca7 Compare July 30, 2022 08:53
@ljharb ljharb merged commit a3edca7 into tc39:main Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
editorial change ready to merge Editors believe this PR needs no further reviews, and is ready to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants