Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I like ini but only for… well initialization data which is not hierarchical.
Encoding everything in ini is insane. -
Hmm... failed 200 returns 200? Creator of that one must've been a fan: https://commitstrip.com/en/2018/... .
-
AlgoRythm5006817hI hate 200-always APIs. Fuck that.
However, some encodings are just better than JSON. For example, JSON excels in tree-like structures, but is inefficient in tabular data. CSV is one of the best human-readable formats for 80% of data out there, which still fits into a flat, tabular model. -
Lensflare2033510h@AlgoRythm I agree that csv is sometimes better but 80%?
No way. In my experience it‘s like 5%.
Related Rants
-
rephiscorth37Everyone here ranting about a fucking missing semicolon. I can't remember the last time a missing semicolon wa...
-
CodesNotHot9-Laughed at Gitlab the other day -Accidentally dropped my db today. fuck karma
-
codeclod15
When you have a super annoying problem that Google has been unable to help with... But you stumble upon a link...
So......... there's this company who HATE to return data in json, yml or xml. Their "RESTFul api" returns .ini file as string and all requests are 200 ! even though it is failed , still return 200.
And the structure are inconsistent af.
The PIC literally solve every issue by store data in .ini file locally
LocalStorage? .ini
SharedPreferences? .ini
Api response type ? .ini
Caching? .ini
UI key=value handling? .ini
hotel? trivago.
rant
ini
delphi
fuck