Skip to content

Instantly share code, notes, and snippets.

@bgerstle
Created April 2, 2016 18:19
Show Gist options
  • Save bgerstle/4bd268ea4082dcbf1dc0c9d07e603629 to your computer and use it in GitHub Desktop.
Save bgerstle/4bd268ea4082dcbf1dc0c9d07e603629 to your computer and use it in GitHub Desktop.
Somewhat functional & elegant JS
// a bunch of requires & tiny helper fns...
function directoriesAtPath(path) {
return fs.readdir(dir)
.then(fp.map(appendToParentDir))
.then(zipPathsWithStats)
.then(mapWithoutNil(pathIfTupleIsDirectory));
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment