outmoded / university

Community learning experiment
Other
371 stars 193 forks source link

Assignment7 #158

Closed zoe-1 closed 9 years ago

zoe-1 commented 9 years ago

Meets requirements defined in assignment7 #155. However, would like to improve:

zoe-1 commented 9 years ago

When building this project did not test v0.10.x of node.js. After making the PR, travis failed because v0.10.x cannot use JavaScript Promises. So, made a quick fix and removed Promise logic from the project. This is unfortunate because the Promise logic modeled after @poeticninja was nice and I made JavaScript promises part of the assignment.

mindbits commented 9 years ago

can't you just use bluebird or another promise library?