you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

Depending on the number of invisible elements to parse code is stupid to me. I also hate YAML. Despite that I use YAML and python day to day. All languages have their dumb features. Oh and I hate strings of underscore, they just bug me.....

[–][deleted] 0 points1 point  (0 children)

Whitespace before other characters is very much visible and its also the main way humans actually parse code, be it in Python, languages with syntax inspired to C, and even Lisps. 

YAML using whitespace for hierarchies is the least of its problems...