renzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agoAI's take on XMLlemmy.worldimagemessage-square33fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageAI's take on XMLlemmy.worldrenzev@lemmy.world to Programmer Humor@lemmy.mlEnglish · 1 year agomessage-square33fedilink
minus-squarerenzev@lemmy.worldOPlinkfedilinkarrow-up0·1 year 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