OSD600 Lab1
About Lab 1 For this week's lab, I need to find and test someone's release 0.1 projects and find someone to test my code as well. Since I am only familiar with java node.js and c++, I was trying to find someone else code that written in those languages. Finally, I find Leon as my partner to test each other code together since we both write the project in Node.js. Issues I found The first issue I found in Leon's code is that his program will crash when passing a wrong argument. For example, his program only accepts v and version in the second argument. When I put anything else other than v or version. The program crashed. I suggest him to catch those errors when passing a wrong argument or filename. Issues #1 The second issue I found is that his code did not remove duplicated URLs. I feel that it is more reasonable to remove duplicated URLs when printing their status. Issues #2 The third issue is about the name in the package.json file. Issues #3 ...