pcouy@lemmy.pierre-couy.fr to Programming@programming.devEnglish · 7 days agoThe yaml document from hellruudvanasseldonk.comexternal-linkmessage-square40fedilinkarrow-up1102arrow-down15file-text
arrow-up197arrow-down1external-linkThe yaml document from hellruudvanasseldonk.compcouy@lemmy.pierre-couy.fr to Programming@programming.devEnglish · 7 days agomessage-square40fedilinkfile-text
A 10 minute read covering some YAML edge-cases that you should have in mind when writing complex YAML files
minus-squareumbraroze@lemmy.worldlinkfedilinkarrow-up2·edit-25 days agoMy hierarchy goes something like this: A relatively trivial configuration file? TOML A configuration file that needs a bit of complexity and nesting? YAML Is it getting so complicated and longwinded that you’re actually unlikely to touch it by hand anyway? JSON Have we become downright enterprisey? XML
My hierarchy goes something like this: