bevry-archive / nodefailsafe

Node School Workshop that teaches you how to handle exceptions like a pro
3 stars 0 forks source link

General Feedback! #2

Open edenfull opened 10 years ago

edenfull commented 10 years ago

I really enjoyed this workshop! Thank you for preparing this material, Ben!

As a beginner to JavaScript and Node.js, it was a struggle for me to feel comfortable with the material and I had to work to keep up and get everything done. Your careful in-person explanations helped a lot, so I recommend that someone who is new to Node.js NOT try and attempt this on their own if they don't feel super comfortable with basic JavaScript concepts.

I really enjoy how each exercise builds on the previous one, and in a very incremental, gradual way. I never felt like I got lost, and I actually feel like I understood a few concepts better from your exercises than I did from Learnyounode. Not sure if it was because I had some familiarity with the material this time around, or because I felt like I was able to apply the concepts better. What I learned in general:

  1. Why modules are actually important - Learnyounode only touched on them and it seemed kinda pointless when I was going through their exercises
  2. How useful callbacks are!
  3. Writing cleaner code in general
  4. How powerful asynchronicity can be if used properly
  5. Some error handling in JavaScript

Some feedback I had about specific exercises:

Thanks again for a great day! Looking forward to seeing this as a final NodeSchool module. It's going to be fantastic. :)

balupton commented 10 years ago

Thanks @edenfull, I really love that you take the time to provide such valuable feedback.

I'll keep this open until I have some time to go through and address the particular issues. I'm considering introducing an exercise 6.5 to make optimisations like the justonce function we created a bit more explicit. Then introduce a exercise 8 to use taskgroup, and exercise 9 to use chainy.

It would also be valuable, as you said, to cover the concepts that were drawn up on paper:

Not sure if these should be exercises, or referenced material in an exercise somewhere.

Doing the setTimeout example that I went through with you to understand closures would perhaps be a valuable as an exercise, perhaps an introductory one.