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

Programmer Humor

32041 readers
977 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] 11 points 1 week ago (2 children)

And there are some truly magic tools.

XSDs are far from perfect, but waaay more powerful than json schema.

XSLT has its problems, but completely transforming a document to a completely different structure with just a bit of text is awesome. I had to rewrite a relatively simple XSLT in Java and it was something like 10 times more lines.

[โ€“] [email protected] 3 points 1 week ago

And don't forget about namespaces. Look at formats like HAL and ODATA that try to add HATEOAS onto JSON.