Like A Duck@programming.dev to Experienced Devs@programming.dev · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square18fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Experienced Devs@programming.dev · 2 years agomessage-square18fedilinkfile-text
minus-squareAverageCakeSlice@sh.itjust.workslinkfedilinkarrow-up1·2 years 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·2 years agoYeah, any language in which whitespace count is semantically significant can go suck fat nards.
minus-squarederpgon@programming.devlinkfedilinkarrow-up0·2 years agoI mean, a valid JSON is a valid YAML
minus-squarenightmareofahorse@programming.devlinkfedilinkarrow-up1·2 years agoGitHub Actions and Azure DevOps had me hating on YAML pretty quickly
minus-squareSylveon@programming.devlinkfedilinkarrow-up0·2 years 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