|
|
|
|
|
by helsontaveras18
1214 days ago
|
|
“Time to iterate” is measuring how quickly you can get an idea, build it in code, deploy it to your customer, and get feedback. If Rust is helping you make prototypes and iterate quickly, I’d love to hear how you’re using the language. |
|
I suspect it has to do with how familiar you are with type systems, and the way that you use them. I find that Rust's constraints help guide me towards a solution more quickly, and I spend less time chasing down strange edge cases. Not eliminate! But reduce.