5 ms·
Rust has a method for enforcing better memory safety. That is great for deployed applications, but can be annoying when you’re still exploring / mutating your c
by Mageek 3y ago
Rust has a method for enforcing better memory safety. That is great for deployed applications, but can be annoying when you’re still exploring / mutating your code to figure out the right shape of things.
- adamnemecek 3y agoI have never had the experience that being precise about what I mean slowed me down, if anything it was the opposite.
- jacknews 3y agobecause sometimes you don't know precisely what you mean. if you don't already know the shape of your solution the 'safety' features restrain you.