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

Grammar Validation #9

Open
fluxtah opened this issue Jun 18, 2014 · 0 comments
Open

Grammar Validation #9

fluxtah opened this issue Jun 18, 2014 · 0 comments

Comments

@fluxtah
Copy link
Contributor

fluxtah commented Jun 18, 2014

Currently there is no validation on the grammar other than grammatical rules themselves.

Validation should be established in areas that would cause ambiguity such as response types that share the same response code, it can be argued that it should not be possible to have to response definitions of the same response code, or that more than one API can exist in a given context because the current code generators do not support this.

Therefore, considering the assumptions made on code generation from the grammar, the grammar should be validated to these constraints.

Validation can be lifted in the future to support unconventional scenarios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant