DEV Community

Discussion on: What did you have the hardest time learning?

Collapse
 
katafrakt profile image
Paweł Świątkowski

Rust. I tried maybe three or four times, I understand concepts such as Option monad etc. but I really cannot write code that makes sense in it.

Collapse
 
snj profile image
Nic

Hah,
Since Rust is so hard to learn, why many developers love it at StackOverflow.
I think it's not easy, it really needs more time to understand the borrow checker.

Collapse
 
katafrakt profile image
Paweł Świątkowski • Edited

Yeah, borrow checker is a b**ch, although I think I mostly figured it out. But I think the docs about it could be better.