secana@programming.dev to Rust@programming.devEnglish · 1 month agoWhat are you working on this week? (Sep. 29, 2024)message-squaremessage-square13fedilinkarrow-up125arrow-down11file-text
arrow-up124arrow-down1message-squareWhat are you working on this week? (Sep. 29, 2024)secana@programming.dev to Rust@programming.devEnglish · 1 month agomessage-square13fedilinkfile-text
minus-squarewebbureaucrat@programming.devlinkfedilinkEnglisharrow-up4·1 month agoI am a YAML hater. The biggest thing about YAML that keeps biting me recently is this: script: - echo "a key: a value" throws parse errors because of the colon, even though it is inside a quoted string. But there are lots of reasons to hate YAML. Honestly, an underrated one to me is I just hate significant whitespace. I don’t want to use any language that supports it.
I am a YAML hater. The biggest thing about YAML that keeps biting me recently is this:
script: - echo "a key: a value"
throws parse errors because of the colon, even though it is inside a quoted string.
But there are lots of reasons to hate YAML.
Honestly, an underrated one to me is I just hate significant whitespace. I don’t want to use any language that supports it.