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

TJSW: clarify reasoning behind controlled order of properties #439

Open
OleksiyRudenko opened this issue Sep 28, 2022 · 0 comments
Open

Comments

@OleksiyRudenko
Copy link
Member

OleksiyRudenko commented Sep 28, 2022

As of ES2020 object keys iteration order follows definition order in nearly all (if not all) methods of iteration thorough object properties.
Actual goal: order of properties must be controlled when it is important. We need to handle situations when definition order is not controlled at source (e.g. API responses, new literals do not follow implicit convention).

@OleksiyRudenko OleksiyRudenko changed the title TJSW: change reasoning behind controlled order of properties TJSW: clarify reasoning behind controlled order of properties Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant