-
Notifications
You must be signed in to change notification settings - Fork 15
Update spec to match Ecma template #103
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally speaking, document requirements should be communicated using "shall", while external constraints are described using "must"
Co-authored-by: Aki <[email protected]>
Co-authored-by: Aki <[email protected]>
There are other uses of "must", and other key words in uppercase, through the spec. Should I make them all lowercase, and turn all "must" to "shall"? (I don't think we have any external constraints) |
Yes I would recommend it. Ecma doesn't have a specific direction regarding shall vs must, so we try to fall back to ISO (shall instead of must) |
No description provided.