Use closures, but don't nest them.
https://github.com/felixge/node-style-guide#no-nested-closures
This is a little funny considering the whole point of closures is to nest them so they close over variables in their parent scope.
The examples provided are just.. regular functions.
https://github.com/felixge/node-style-guide#no-nested-closures
This is a little funny considering the whole point of closures is to nest them so they close over variables in their parent scope.
The examples provided are just.. regular functions.