3

somehow I figured in rust I wouldn't have to keep track of "safety" things in my head, like the constant cognitive overload of JavaScript where you have to know if variables exist and what form they are that everyone complains about

and I think I frustrated myself thinking rust is "safe" somehow (when it isn't, there's conceptual leaks everywhere)

I think it's just a reduction of the cognitive load of tracking but not the entire elimination of it

Comments
  • 2
    Haha, like rust didn't cost you more cognitive load than free-ING some vars somewhere :p
  • 0
    When you get to know how things really work.
  • 0
    You're a JS girl. You don't know the horrors of manual memory management and UB due to memory unsafety :P
Add Comment