|
|
|
|
|
by dmix
2438 days ago
|
|
That looks a bit unusual even from a FP perspective. Functions get passed to functions all the time, just not defined inline very often. Unless it's the only one parameter or a very simple closure, then it could still look clean and readable. |
|