Skip to content

Instantly share code, notes, and snippets.

@winguse
Created August 7, 2018 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save winguse/4fbcdf650961cbb2c64373c664296165 to your computer and use it in GitHub Desktop.
Save winguse/4fbcdf650961cbb2c64373c664296165 to your computer and use it in GitHub Desktop.
function route(req, res) {
// ...
do_work(ctx)
// ...
}
function do_work(ctx) {
// ...
nested_call(ctx)
// ...
some_other_nested_call(ctx)
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment