this post was submitted on 07 Apr 2026
28 points (75.9% liked)

Programmer Humor

31521 readers
2105 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] DataElemental@programming.dev 1 points 1 month ago

Spreadsheets are a UI view of tabular structured data with terrible kludges to fake hashes, with no real support for tree structures and heterogenous data structure hierarchies. And if the API you're using is complex, namespaced XML because vendors, UI tends to obscure more than help.

Postman and the like are expensive intermediate abstractions between you and the underlying calls that I find a hindrance. For end users, forms can help, but even then you have to choose between something so generalized to effectively be a DSL like the old XForms spec or else build separate bespoke forms for each use case.