Hacker News new | ask | show | jobs
by dokdev 105 days ago
A few hours ago. I am learning a new language (rust) so I disabled auto complete and AI suggestions. Otherwise AI becomes more of a distraction than a booster.

But for languages I am more confident (like JS and dart), I usually don't write code and only review it.

If it is a throw-away project (like I am only experimenting something or just need something for one time), I don't event look at the code and only focus on the outcomes.

1 comments

Interesting, I just decided (well 2 days ago) that I want to learn Rust myself. What resource are you using to learn?
I am using Rust By Example Book. https://doc.rust-lang.org/stable/rust-by-example/
Thanks, I appreciate your sharing this info.