Hacker News new | ask | show | jobs
by lylejantzi3rd 769 days ago
I will never understand why people find the need to cram as much "mystery meat" code into one line as humanly possible. It makes it much harder to understand, debug, and optimize.
2 comments

The less clutter there is, the more the remaining elements pop.
Cramming a bunch of chained commands on a single line doesn't reduce clutter. In fact, it increases it.
It cuts out the programerese and makes it easier to read?