5
crisz
7y

NPM modules are supposed to make us save our time, but very often, after hours and hours of juggling I end up write by myself those fucking functions.

And I'm not talking about unknown packages made by a bored guy in a lazy Sunday, I'm talking about fucking well known modules like passport. OH MY GOD. How much sucky is the passportJS documentation? There are fucking hundreds of options and they are not referenced anywhere if not on StackOverflow. When you login in a website thousands of things can go wrong, why the hell do you always send that shitty 401 and you don't let me control the code? They are two fucking days I'm trying to fix it and I realized I could write that function in 2 minutes if I just didn't use passport. FUCK

Comments
  • 1
    You can send your own http status codes I don't see the point. You could also make your own version and then use that in all your projects. I am MAD at all the people whining about NPM it works if you use it the right way...
  • 1
    @badgamernl can you answer my SO question?
  • 0
    Ps. I'm not whining about NPM (it's really great), I'm whining about the lack of documentation
  • 1
    Go use python pip for example... You will be happy with NPM it's better than any package manager I have ever used.
  • 0
    What documentation just go look at the source? Make your own most of the code is open source or look at one of the many shitty tutorials or google
  • 0
    This devrant comment section is triggering me I can't see the comments live updating 😠
  • 1
    Triggering you😂😂? Funny comments.
Add Comment