this post was submitted on 08 Sep 2024
1240 points (98.0% liked)

Programmer Humor

38418 readers
103 users here now

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

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] annoyed_onion@lemmy.world 143 points 1 year ago (2 children)
[–] Serinus@lemmy.world 19 points 1 year 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.

[–] Matriks404@lemmy.world 4 points 1 year ago

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

[–] goferking0@lemmy.sdf.org 3 points 1 year ago

Wishful thinking