Hacker News new | ask | show | jobs
by 0x008 1837 days ago
For me at least it sounds like another reiteration of KISS
1 comments

Yup, but it's a bit more actionable and concrete I think. I mean which is simpler? A single line (low LOC!) of some clever functional code, or 5-15 lines of iterative but dead simple code? But you can definitely state that the oneliner is powerful while the loop is low tech.
The least possible complexity.