1 comment

[ 3.1 ms ] story [ 14.3 ms ] thread
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".