Hacker News new | ask | show | jobs
by Mageek 857 days 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.
1 comments

I have never had the experience that being precise about what I mean slowed me down, if anything it was the opposite.
because 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.