|
|
|
|
|
by arcticbull
2419 days ago
|
|
Yes Node is a nightmare, however, you don't need to use public repositories, that much is a choice. Similarly, Cargo in Rust is an absolute dream to work with, you just run `cargo new <project>` and then `cargo build`. That's it. If you want to add a dependency you can do so from the public crates.io repository or a sub-path or a git repository. No language should be without this core feature, so it'd be great to see C++ get it too. |
|