Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Data-first and data-last: a comparison
(javierchavarri.com)
1 points
by
efm
3 years ago
| 1 comment
Data-first and data-last: a comparison | Dark Hacker News
efm
3 years ago
|
next
[−]
There is a convention in functional languages that consists on passing the "data" or "object" that will be processed by the function as the last parameter to a function. This is commonly known as "data-last".