• AeroLemming@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 year ago

    I mean, is C++ any better? Sure, it catches some errors at compile-time, but others can turn into undefined behavior pretty easily.

    • magic_lobster_party@kbin.social
      link
      fedilink
      arrow-up
      0
      ·
      1 year ago

      Catching some errors is better than catching no errors. No compiler in any language can protect you from all runtime errors either way, but some are better at it than others.