• RoyaltyInTraining@lemmy.world
    link
    fedilink
    arrow-up
    7
    arrow-down
    2
    ·
    5 months ago

    It’s a decent language I guess. My main criticism is that the constructor paradigm just isn’t well suited for RAII. I always find myself retrofitting Rust’s style of object creation into my C++ code.

    • hector
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      5 months ago

      Yeah exactly what I experienced. You just end up rewriting Rust constructs!