Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Konsole31216y@heyheni I believe that nodejs and many other js libraries have really shit documentations
Like lodash, sequelize to name a few -
@xkill what’s wrong with lodash? Seems very straight forward. They even include examples 🙄
-
@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)... -
@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.
-
@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 -
Konsole31216y@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. -
I think AdonisJs(Laravel like MVC framework for NodeJS) has really great documentation.
I hated NodeJS because of ExpressJS until i met AdonisJS 💓💓💓
Related Rants
The day I read nodejs docs
rant
wk152