|
|
|
Ask HN: How productive are you in Rust?
|
|
10 points
by drngxn
1866 days ago
|
|
When I program in Python I feel like I can _fly_. No Google, no Stackoverflow. I seem to have memorized the standard library APIs that I need to the point where I can stand up an app in a few hours (or a day). However, when I program in Rust (I'd say I'm intermediate) I find myself _constantly_ having to Google things, _constantly_ having the use Stackoverflow. My productivity slows to a crawl. Don't get me wrong, I learn a _ton_ but still, makes me feel bad that I can't go at 50% of my Python pace. How productive are you in Rust? |
|
Well yeah, i still feel like i need to learn a lot of things when i'm writing Rust, but the paradigms and things that Rust forces me to use makes me a better developer overall IMO.