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

Programmer Humor

37520 readers
865 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
[–] racemaniac@lemmy.dbzer0.com 3 points 10 months ago (3 children)

There are people who find XML hard to read?

[–] actually@lemmy.world 5 points 10 months 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

[–] CompostMaterial@lemmy.world 3 points 10 months ago* (last edited 10 months ago) (1 children)

Depends on how complex it is. Ever see the XML behind SharePoint? 🤮

[–] racemaniac@lemmy.dbzer0.com 3 points 10 months ago

But is that the fault of XML, or is the data itself just complex, or did they structure the data badly?

Would another human readable format make the data easier to read?

[–] chunkystyles@sopuli.xyz 3 points 10 months ago

I see you've never worked with SOAP services that have half a dozen or more namespaces.