Open diinesh opened 8 years ago
Please update the Issue tittle to:
[Node.js FastTrack] Project 1: CLI Utilities- Ready for Review
:+1: nice work. The point of this homework was to introduce the node.js runtime and asynchronous IO through a series of common and simple filesystem CLI Utilities. Here's a checklist of things that I'm looking for in this project. You should review the checklist, and make any changes to your project, if necessary.
process.on('uncaughtException', ...)
and process.on('unhandledRejection', ...)
handlers and utilizing trycatch
for long-stack-trace support./
.shebang
.In general, you should strive to create small composable modules that do one thing well, consistent with The Unix Way. Keep this in mind as you dive further into more complex architectures and applications.
Assignment 1 is complete. /cc @codepathreview @codepath