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

Programmer Humor

32410 readers
581 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] 143 points 2 months ago (2 children)
[–] [email protected] 19 points 2 months ago (2 children)

Disagree. I prefer XML for config files where the efficiency of disk size doesn't matter at all. Layers of XML are much easier to read than layers of Json. Json is generally better where efficiency matters.

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

Aren't most XML parsers faster than JSON parsers anyway?

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

Wishful thinking