this post was submitted on 08 Sep 2024
1213 points (98.2% liked)

Programmer Humor

32048 readers
1615 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 173 points 1 week ago (32 children)

Some data formats are easy for humans to read but difficult for computers to efficiently parse. Others, like packed binary data, are dead simple for computers to parse but borderline impossible for a human to read.

XML bucks this trend and bravely proves that data formats do not have to be one or the other by somehow managing to be bad at both.

[–] [email protected] 2 points 1 week ago (4 children)

There are people who find XML hard to read?

[–] [email protected] 4 points 1 week ago

Over time I have matured as a programmer and realize xml is very good to use sometimes, even superior. But I still want layers between me and it. I do output as yaml when I have to see what’s in there

load more comments (3 replies)
load more comments (30 replies)