Data-first and data-last: a comparison
javierchavarri.com
Data-first and data-last: a comparison
1–2 of 2 posts
Re: Data-first and data-last: a comparison
#2There 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".