▲ 24 ▼ What are you working on this week? (Sep. 29, 2024) (programming.dev) submitted 2 years ago by secana@programming.dev to c/rust@programming.dev 13 comments fedilink hide all child comments Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?
[–] 8Bitz0@discuss.tchncs.de 1 point 2 years ago (1 child) What did YAML ever do to you? permalink fedilink source parent hideshow 2 child comments replies: [–] webbureaucrat@programming.dev 5 points 2 years ago 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. permalink fedilink source parent
[–] webbureaucrat@programming.dev 5 points 2 years ago 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. permalink fedilink source parent