Rust applications, for instance, has Rustup and Cargo.
Ruby applications, for instance, has Bundler and Gem.
Should we assume the user want all subprograms of each main program, and merge them into a single file (namely rust and ruby), or is it better to keep them separate?
Rust applications, for instance, has Rustup and Cargo. Ruby applications, for instance, has Bundler and Gem.
Should we assume the user want all subprograms of each main program, and merge them into a single file (namely
rust
andruby
), or is it better to keep them separate?