this post was submitted on 12 Nov 2023
1054 points (97.6% liked)

Programmer Humor

19551 readers
1087 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] mkhopper@lemmy.world 27 points 1 year ago (8 children)

It isn't "bad", as it does have a purpose. It's just fucking annoying to work with.

https://docs.platform.sh/learn/overview/yaml/what-is-yaml.html

[–] Michal@programming.dev 15 points 1 year ago (7 children)

How's it annoying? It's easier to edit by hand than json as it allows for comments and there's no trailing comma errors. I prefer it any day over json.

[–] TheGiantKorean@lemmy.world 5 points 1 year ago (4 children)

The fact that it allows comments is really, really handy. I used to be a JSON advocate until I realized this one useful piece of info.

[–] bellsDoSing@lemm.ee 2 points 1 year ago (1 children)

Yeah, such a simple, but still killer feature. Really sad that JSON doesn't support them.

[–] TheGiantKorean@lemmy.world 1 points 1 year ago (1 children)

I wonder how you'd even implement that. Like maybe {! At the beginning.

[–] GTG3000@programming.dev 1 points 1 year ago (1 children)

Most comment-aware JSON parsers I've seen just use standard // to delineate comment lines.

[–] TheGiantKorean@lemmy.world 1 points 1 year ago

They make sense.

load more comments (2 replies)
load more comments (4 replies)
load more comments (4 replies)