@renzev to Programmer [email protected]English • 5 months agoAI's take on XMLimagemessage-square140arrow-up11.26Karrow-down123cross-posted to: programmerhumor
arrow-up11.24Karrow-down1imageAI's take on XML@renzev to Programmer [email protected]English • 5 months agomessage-square140cross-posted to: programmerhumor
minus-square@renzevOPlink2•5 months agoYAML is good for files that have a very flexible structure or need to define a series of steps. Like github workflows or docker-compose files. For traditional config files with a more or less fixed structure, TOML is better I think
YAML is good for files that have a very flexible structure or need to define a series of steps. Like github workflows or docker-compose files. For traditional config files with a more or less fixed structure, TOML is better I think