Y
Hacker News
new
|
ask
|
show
|
jobs
Data-first and data-last: a comparison
(
javierchavarri.com
)
1 points
by
efm
1226 days ago
1 comments
efm
1226 days ago
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".
link