Data-first and data-last: a comparisonjavierchavarri.com 1 pointefm3 years ago1 commentSaveHideCopy link On HNComments−efmOP3yThere 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".
Comments
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".