|
|
|
|
|
by phleet
4720 days ago
|
|
functions passed as arguments are fine, because something needs to be passing them. While the function invocation site itself is dynamic, the source of the call isn't. Basically the important aspect is that even if you have higher order functions, the things passing the functions to these higher order functions will still be greppable. |
|