Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

JS didn't need it either. A dev made the library, shared it, and some developers decided to use it. That's on them. Nothing about JS made it necessary.


Also, here's how to publish a package:

    mkdir my-package
    npm init
    npm publish


Same with Rust. Any language with a package manager has this issue.

    cargo new my-crate
    cargo login ...
    cargo publish




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: