Remix.run Logo
efnx 3 days ago

> You’re constantly thinking about lifetimes, ownership, and borrow scopes, even for simple tasks.

As a professional Rust developer, I don’t find I do this. I occasionally think of those things. But I do remember a short adjustment period when I was learning Rust that I would get frustrated by the borrow checker. Of course, that’s it doing its job!