|
|
|
|
|
by steve918
579 days ago
|
|
Python's packaging system is worse, but Javascripts packages / standard libraries are far worse than Python. In python managing packages is a pain and there are too many package manager options, but for the most part there are good libraries, and chances are you don't even need one because the standard libraries are so good and mature. In Javascript NPM is really all you need (even if yarn is a bit nicer), but you're gonna need to install 50 packages just to get a basic boiler plate app going and the quality of said packages is not always great. |
|