programmingNinja / clis

contains nodejs bootcamp assignment 1
MIT License
0 stars 0 forks source link

[Intro to Node.js] Project 1: Assignment 1 - CLIs - Ready to Review #1

Open programmingNinja opened 8 years ago

programmingNinja commented 8 years ago

My Assignment 1 is complete. /cc @codepathreview @codepath Completed all the required tasks. Handled all the edge cases. Code might not be formatted. Included the gif, but README.md is not showing it, i dont know why.

CrabDude commented 8 years ago

Don't worry about the embedded gif. At first glance, it's not apparent why it's not working.

:+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.

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.

CrabDude commented 8 years ago

This is a very good submission.