cmda-bt / be-course-17-18

๐ŸŽ“ Backend ยท 2017-2018 ยท Curriculum and Syllabus ๐Ÿ’พ
Other
47 stars 19 forks source link

Listing assignment #520

Closed bengtbennink closed 6 years ago

bengtbennink commented 6 years ago

https://github.com/bengtbennink/http-server

Worked on it for a long time but wasn't able to get everything working. I've deleted the code that doesn't work.

rijkvanzanten commented 6 years ago

Heya!

I've deleted the code that doesn't work.

Too bad you didn't use git during the development of your assignment. There is no way of viewing the history of the file now ๐Ÿ™

You have the same repo name, and more interestingly the same exact same readFile code as @timruiterkamp.

https://github.com/bengtbennink/http-server/blob/master/server.js#L38-L51 https://github.com/timruiterkamp/http-server/blob/master/index.js#L51-L64

Since it's very unlikely that you write that piece of code using the same typo and the inconsistency in using " vs ' AND seeing the fact that in that point, your code switches from indentation with 4 spaces to 2 spaces, I'm pretty sure you copied it over. Ref @wooorm

Did you build the rest of the assignment yourself? Please make sure to credit sources when you use them. This is basically plagiarism.

Feedback

Repo

Code

Functionality