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

Programmer Humor

38462 readers
348 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 1 year ago (3 children)

There are people who find XML hard to read?

[–] actually@lemmy.world 5 points 1 year 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 1 year ago* (last edited 1 year ago) (1 children)

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

[–] racemaniac@lemmy.dbzer0.com 4 points 1 year 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 1 year ago

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