Reading Modules
For this project I read and analyzed several NPM modules. Selecting packages and dependencies for projects is tricky and very important. There are lots of forums and opinions, but at the end of the day there’s the module’s sourcecode and my project’s sourcecode. No one knows my project better than me so I need to be the final decider on whether a package is right for my project. So here I am practicing navigating and assessing NPM packages
Modules I analyzed:
Notes
Things I learned:
- How to draw ascii trees
- Using specs to understand what code does, without understanding how it does it
New Vocabulary:
- Node Module vs Node Package
Things I struggled with:
- Determining the reasoning behind file structures
Plans for Improvement:
- Keep on reading modules and filling out these sheets