Hacker News new | ask | show | jobs
by TylerE 1706 days ago
This concerns me a bit.. when I've made (failed) attempts to learn Rust in the past the borrow checker was always the sticking point.
1 comments

It needs a mindset change. The thing is trying to help you. It points out issues that you didn’t think about. It’s naturally difficult to think about things you’ve never had to think about before. It also turns out that architecting software in certain ways (like ECS) makes it easier to think less about borrowing.