Every now and then people share languages with very minimal or very uniform syntax (think Lisp, or Haskell, or Forth) and go "look, all the noise is gone". And to each their own, and familiarity goes a long way, but I think I've pinned down my feelings about it, which is "that wasn't noise, that was signal; I was using as scaffolding when reading the code and now I have to wade through every token linearly".
"Jordan, you don't read code linearly?" You don't understand, I don't even read prose linearly. I'd have to sit down and try some real self-observation to figure out how my prose reading works, but it is very much not word-by-word. Which I know because various situations (like "bionic reading" formatting) can force me to go word-by-word, and it is a different (and generally slower) experience.

@jrose I'm fairly certain the majority of people don't actually read linearly word-by-word.

Why do I think this?

When I took drama lessons the amount of times our teacher told us "no that's not what's written" and multiple of us needed to go back and actually parse the words in a sentence to realise that we either added, omitted or straight up swapped a word compared to what's written is staggering.

Our brains try to optimise everything, including reading.