Y
Hacker News
new
|
ask
|
show
|
jobs
by
ajanuary
3199 days ago
How is that any different from having to remember the argument order in normal function application?
1 comments
cle
3199 days ago
Conceptually it's not that different. Practically, it's pretty different because you're effectively fragmenting a single function application across your codebase, making it harder to reason about and more likely to make ordering mistakes.
link