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
-
Then use an editor that does it for you, python works fine too if you use a proper editor
-
msdsk31795y@alexbrooklyn What if I have a multi-level objects with recursive schema? Sometimes it's just too easy to miss an indent level.
-
botbrixx155yI have nothing against yaml or json, but what bothers me is when I'm in AWS console looking at a cloud formation stack and I click on the Template tab, and there's a bloated mess of un-formatted json that's completely unreadable. Of course, easily solved by copying the json out and formatting it in my editor. But why should I hav eto do that. AWS, format that shit automatically and make it readable. Also, why the fuck do they insist on supported both formats? Stick with one and KISS. That's my rant for the day.
Related Rants
I hate yaml; finding that one wrong indentation level that makes everything goes to hell while still being perfectly parseable is a nightmare. Brackets were created for a reason, please don't throw away that.
rant
yaml