outmoded / university

Community learning experiment
Other
371 stars 194 forks source link

Assignment1 #157

Closed bsocius closed 9 years ago

bsocius commented 9 years ago

Created a server which response with a json object and gives the version of the current project.

zoe-1 commented 9 years ago

Congratulations on your first PR !

AdriVanHoudt commented 9 years ago

:tada: 2 things: I personally prefer the 8.x.x notation for versions and what is that package.json~ thing?

bsocius commented 9 years ago

What is the difference between my notation and your notation, it seems that both install the compatible version of the package. But i am not completely sure. The package.json~ file or file.extension~ is something that my editor is producing, Its a backup file, So whenever i do i change and save it to disk, the old file is saved as file.extension~.

I have to put those files into the .gitignore file so it will not pollute my git repo.

AdriVanHoudt commented 9 years ago

it does the same only personally i find the x notation more clear than vague symbols like ^ and ~