• deadcream@sopuli.xyz
    link
    fedilink
    arrow-up
    7
    ·
    22 days ago

    That’s the problem of most general-use languages out there, including “safe” ones like Java or Go. They all require manual synchronization for shared mutable state.

    • 5C5C5C@programming.dev
      link
      fedilink
      arrow-up
      21
      arrow-down
      1
      ·
      edit-2
      22 days ago

      There’s a difference between “You have to decide when to synchronize your state” and “If you make any very small mistake that appears to be perfectly fine in the absence of extremely rigorous scrutiny then this code block will cause a crash or some other incomprehensible undefined behavior 1/10000 times that it gets run, leaving you with no indication of what went wrong or where the problem is.”