6
Comments
  • 2
    okay 🤔
    care to elaborate?
  • 1
    @heyheni I believe that nodejs and many other js libraries have really shit documentations
    Like lodash, sequelize to name a few
  • 0
    Wait, what docs?
  • 0
    @xkill what’s wrong with lodash? Seems very straight forward. They even include examples 🙄
  • 1
    @xkill please, provide instances of documentation you consider good.

    I'm dying to know because nodejs docs are high in my list, and lodash even more so (I'm not saying perfect though)...
  • 0
    @dUcKtYpEd yeah as non dev i remember i've had a hard time to understand on the website what lodash does. As it assumes you're allready pro.
  • 2
    @heyheni ok, granted, there's no introduction and also renders horribly in mobile. so yes, shitty on beginners. In fact that was one reason I chose underscore over lodash years ago when I was very green.

    @dUcKtYpEd well described
  • 0
    @erandria , @sunfishcc, @dUcKtYpEd, I think Django docs are the best that I have encountered till now.
    Most js frameworks docs assume you already have basic idea about the framework while reading the docs.

    You first have to go through a text/video tutorial and only then you can move to docs

    Whereas in Django, I learnt the entire framework using only the docs and nothing else.
  • 0
    @dUcKtYpEd Yeah sequelize is probably running for the award for worst documentation
  • 0
    I think AdonisJs(Laravel like MVC framework for NodeJS) has really great documentation.

    I hated NodeJS because of ExpressJS until i met AdonisJS 💓💓💓
Add Comment