Like A Duck@programming.dev to Experienced Devs@programming.dev · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square19fedilinkarrow-up13arrow-down10file-text
arrow-up13arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Experienced Devs@programming.dev · 1 year agomessage-square19fedilinkfile-text
minus-squareAverageCakeSlice@sh.itjust.workslinkfedilinkarrow-up1·1 year agoJSON by a mile. I hate the YAML plague, it’s some of the most unintuitive syntax I’ve seen and yet it’s everywhere in DevOps/SysOps.
minus-squareHexarei@programming.devlinkfedilinkarrow-up1·1 year agoYeah, any language in which whitespace count is semantically significant can go suck fat nards.
minus-squarederpgon@programming.devlinkfedilinkarrow-up0·1 year agoI mean, a valid JSON is a valid YAML
minus-squarenightmareofahorse@programming.devlinkfedilinkarrow-up1·1 year agoGitHub Actions and Azure DevOps had me hating on YAML pretty quickly
minus-squareSylveon@programming.devlinkfedilinkarrow-up0·1 year agoThe only thing that really annoys me about JSON is that it doesn’t allow comments.
JSON by a mile. I hate the YAML plague, it’s some of the most unintuitive syntax I’ve seen and yet it’s everywhere in DevOps/SysOps.
Yeah, any language in which whitespace count is semantically significant can go suck fat nards.
I mean, a valid JSON is a valid YAML
I hate that you’re correct lmao
GitHub Actions and Azure DevOps had me hating on YAML pretty quickly
The only thing that really annoys me about JSON is that it doesn’t allow comments.
JSON5, bay-beee