We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Explicit is better than implicit.
Recently while moving attributes to the registry we have started to add also requirement_level everywhere to make it explicit.
requirement_level
I propose to make it even required as we recently did with stability and enforce through build-tools.
stability
The text was updated successfully, but these errors were encountered:
I support this! I also prefer it to be explicitly set than relying on defaults/omitted.
Sorry, something went wrong.
Should we expand the decision to everything else going forward? I.e. no default values (except null for note and other fully optional things)?
null
jsuereth
trisch-me
No branches or pull requests
Explicit is better than implicit.
Recently while moving attributes to the registry we have started to add also
requirement_level
everywhere to make it explicit.I propose to make it even required as we recently did with
stability
and enforce through build-tools.The text was updated successfully, but these errors were encountered: