rossettistone / opentok-classroom

Online classrooms w/ video chat and collaborative documents
opentok-classroom.meteor.com
7 stars 4 forks source link

High Level Repo Review #3

Open bensheldon opened 11 years ago

bensheldon commented 11 years ago

Hi Mark, @shawndrost asked me to take a look at your project and give you some feedback. Summary: it looks pretty damn good, at least compared to my limited experience and exposure to Meteor.js projects.

A few things I did notice:

Otherwise, your coding style looks very clean, conventional and idiomatic. I had no difficulty understanding your code and its intended functionality. You didn't use very many comments (actually, I don't think I saw any, but perhaps I missed some), but your clear variable and function names and use of functional operators made them pretty unnecessary. So that's awesome.

Let me know if you have any questions or you have a module you want me to look more closely at.

bensheldon commented 11 years ago

Also, I should comment that I appreciate you using Github Issues for tracking outstanding features/bugs rather than littering the code with 'todos'. Project management: you're doing it right.

rossettistone commented 11 years ago

Thanks so much for your time and feedback, Ben! This information is super-valuable for me, and every point makes sense. I'll address these with commits in the next day, and let you know if I have any questions.