this post was submitted on 08 Sep 2024
1203 points (98.3% liked)

Programmer Humor

32051 readers
1620 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] renzev@lemmy.world 2 points 1 week ago

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