|
|
|
|
|
by zamfi
2157 days ago
|
|
> If the most you can say about a parameter to a higher order function is that it is "a function", then "f" is the best name for it Of course. But even in FP languages you don’t name all your functions “f”! At some level of abstraction, sure, you use “i” for index variables, etc., but once you back out of that low level, you are going to be naming things that are less abstract. |
|