Settings

Theme

Is Reduce() Bad?

youtube.com

1 points by lambainsaan 5 years ago · 1 comment

Reader

proc0 5 years ago

I don't think so, and readability is overrated. It often sacrifices performance and reusability, just to have things in a specific syntax, so that some people can grasp it quickly. I would rather have code that is performant, and reusable, but hard to read instead.

full disclaimer: I like pure FP, i.e. Haskell/Idris

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection