You are viewing a single thread.
View all comments View context
32 points

Alright, the YAML spec is a dang mess, that I’ll grant you, but it seems pretty easy for my human eyes to read and write. As for JSON – seriously? That’s probably the easiest to parse human-readable structured data format there is!

permalink
report
parent
reply
8 points

My biggest gripe is that human eyes cannot in fact see invisible coding characters such as tabs and spaces. I cannot abide by python for the same reason.

permalink
report
parent
reply
3 points

You can set those things to be visible in many editors. Its ugly tho

permalink
report
parent
reply
3 points

The language should just let me specify which character I want for that. I would use “>”.

permalink
report
parent
reply
4 points

Until you’re doing an online course in a simplistic web editor. Don’t ask me how I know 🥲

permalink
report
parent
reply
1 point

Those formats are not for humans to read or write. Those are for parsers to interpret.

permalink
report
parent
reply
9 points

it is anything but easy to read if your entire file does not fit on a single screen.

permalink
report
parent
reply
2 points

what kind of config file is short enough to fit on a single screen with line breaks?

permalink
report
parent
reply
6 points
*

What data format is easy to read if it fills more than the entire screen?

permalink
report
parent
reply
2 points

Why?

permalink
report
parent
reply
3 points

We’re we are going we don’t need any comments.

permalink
report
parent
reply
2 points

I don’t know much apart from the basics of YAML, what makes it complicated for computers to parse?

permalink
report
parent
reply
13 points
*

the spec is 10 chapters. everything is unquoted by default, so parsers must be able to guess the data type of every value, and will silently convert them if they are, but leave them alone otherwise. there are 63 possible combinations of string type. “no” and “on” are both valid booleans. it supports sexagesimal numbers for some reason, using the colon as a separator just like for objects. other things of this nature.

permalink
report
parent
reply
1 point

Yes, the classic “no” problem of YAML. But the addition of the comments is very nice.

permalink
report
parent
reply
9 points

Sometimes it’s a space, sometimes its a tab, and sometimes it’s two spaces which might also be a tab but sometimes it’s 4 spaces which means 2 spaces are just whack And sometimes we want two and four spaces because people can’t agree.

But do we want quotes or is it actually a variable? Equals or colon? Porque no los dos?

permalink
report
parent
reply

Programmer Humor

!programmerhumor@lemmy.ml

Create post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.

Community stats

  • 4.2K

    Monthly active users

  • 949

    Posts

  • 10K

    Comments

Community moderators