• hark@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      My problem with C++ is actually with all the stuff they keep tacking on with each new edition. It’s evolving into an even more complex monstrosity while at the same time keeping all sorts of nasty vestiges. At some point you’re better off jumping to a new language and we’re well past that point with C++. Sucks for those having to maintain legacy code.

  • mlg@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    Deciding whether I want to look at a wall of C++ or a wall of Rust both with lines of code exceeding the edge of my screen.

    spoiler

    Go back to C, OOP was a mistake lol

    • boonhet@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      4 months ago

      Rust isn’t even OOP, strictly speaking. It implements some aspects, but there’s no inheritance hell.