Both yaml and json has some pros and cons. There are two relevant advantages to yaml:
- support for comments
- the format is more compact and has less noise, leading to pull requests / diffs being easier to read.
Especially the second point favours yaml.
Personally I find yaml a bit messy/confusing, but I can get used to it. We can also add a pipeline step to validate the yaml after each commit.
@cdmNSIDE any opinions?
Both yaml and json has some pros and cons. There are two relevant advantages to yaml:
Especially the second point favours yaml.
Personally I find yaml a bit messy/confusing, but I can get used to it. We can also add a pipeline step to validate the yaml after each commit.
@cdmNSIDE any opinions?