rmurphey / js-assessment

A test-driven approach to assessing JS skills
5.15k stars 2.05k forks source link

Comments stating desired return would drastically improve later exercises #198

Open bnewland123 opened 7 years ago

bnewland123 commented 7 years ago

I went through these as a self test for fun. Most of it is incredibly easy, but I feel like some of the exercises (particularly in the functions and modules sections) are quite vague unless you dig into the test. If that's the intention fine, but I feel like a few well placed comments would make a world of difference in being able to complete these at a clip.

rmurphey commented 7 years ago

If you have an idea of what this should look like, please submit a pull request.

antony commented 5 years ago

@bnewland123 one thing I like to assess people on is their use of either comments or clean, readable, descriptive code to express intent. You can guess which one scores higher :)