• @AeroLemming@lemm.ee
    link
    fedilink
    English
    85 months 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
      link
      fedilink
      145 months 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.