5 ms·
This has already been hashed over a hundred thousand times, but there are also developer habits that we all need to defend against. One is pulling in needless
by jgerrish 9mo ago
This has already been hashed over a hundred thousand times, but there are also developer habits that we all need to defend against. One is pulling in needless crates.
Rust encourages that behavior. Sometimes rightly, but it does build a habit.
I spoke previously about how the Rust book uses the external rand create as a key example and it sets the tone for developers. I'm changing that stance somewhat since it was a decent strategic choice to have crypto packages plug-and-play. But tit still builds a habit.
- gs17 9mo ago> I spoke previously about how the Rust book uses the external rand create as a key example and it sets the tone for developers. I'm changing that stance somewhat since it was a decent strategic choice to have crypto packages plug-and-play. But tit still builds a habit. Yeah, that originally turned me off from the language entirely. I also changed my mind eventually.