1209
AI's take on XML
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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