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
Some teams expressed concern with using YAML since they were not familiar with it.
Investigate some alternatives:
The text was updated successfully, but these errors were encountered:
In the second peer usability study, the same team one again expressed concern over YAML causing unnecessary friction.
In particular, the "recipes" section was described as being too verbose, and annoying to configure manually.
We should consider allowing syntax closer to:
- java - [email protected]
etc.
This would mean that packages become an array of strings to parse, rather than an array of objects.
Unfortunately, this would probably be a breaking change, unless we do something really smart with schema.
Sorry, something went wrong.
No branches or pull requests
Some teams expressed concern with using YAML since they were not familiar with it.
Investigate some alternatives:
The text was updated successfully, but these errors were encountered: