Match!!@pawb.social to Programmer Humor@programming.devEnglish · 1 year agostd::underflow_errorpawb.socialexternal-linkmessage-square30linkfedilinkarrow-up1592arrow-down110
arrow-up1582arrow-down1external-linkstd::underflow_errorpawb.socialMatch!!@pawb.social to Programmer Humor@programming.devEnglish · 1 year agomessage-square30linkfedilink
minus-squareRoyaltyInTraining@lemmy.worldlinkfedilinkarrow-up6arrow-down2·1 year agoIt’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.
minus-squarehector@sh.itjust.workslinkfedilinkarrow-up4arrow-down1·1 year agoYeah exactly what I experienced. You just end up rewriting Rust constructs!
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.
Yeah exactly what I experienced. You just end up rewriting Rust constructs!