this post was submitted on 30 Jun 2024
487 points (98.0% liked)

Programmer Humor

19154 readers
2012 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
 

Meme transcription:

Panel 1: Bilbo Baggins ponders, “After all… why should I care about the difference between int and String?

Panel 2: Bilbo Baggins is revealed to be an API developer. He continues, “JSON is always String, anyways…”

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 2 months ago (10 children)
[–] [email protected] 11 points 2 months ago (6 children)

If there are no humans in the loop, sure, like for data transfer. But for, e.g., configuration files, i'd prefer a text-based solution instead of a binary one, JSON is a nice fit.

[–] [email protected] 2 points 2 months ago (2 children)

Yaml is more human readable/editable, and it's a superset of json!

[–] [email protected] 1 points 2 months ago

Yaml is just arcane bullshit to actually write as a human. Nor is it intuitively clear how yaml serializes.

[–] [email protected] 1 points 2 months ago

Yaml is cancer.

load more comments (3 replies)
load more comments (6 replies)