|
|
|
|
|
by guessmyname
250 days ago
|
|
Why is everything in the same binary? Why not multiple binaries, one for each function? That way people can install only the ones they need, a-la Unix tools: do only one thing and do it well. I also have the exact same tools but written in Go. Rust would be a nice upgrade (lower footprint) but to keep them all in the same binary is a bit silly. |
|
Sometimes it can be quite convenient to grab a single binary that does a whole bunch of useful stuff in one package.