monica_b1998@lemmy.world to C Programming Language@programming.dev · 4 months agoModern Tools for Hunting Undefined Behavior in Cslicker.meexternal-linkmessage-square2fedilinkarrow-up19
arrow-up19external-linkModern Tools for Hunting Undefined Behavior in Cslicker.memonica_b1998@lemmy.world to C Programming Language@programming.dev · 4 months agomessage-square2fedilink
minus-squareumt@lemmynsfw.comlinkfedilinkarrow-up2·4 months ago Don’t write in languages with UB. End of list
minus-squarex74sys@programming.devlinkfedilinkarrow-up1·2 days agoRust made the same mistake that C++ made, otherwise it might’ve been a viable option. Now instead debugging a memory issue for 3 days, I think a month on how to architect my software, just to scrap that 5 months later and rewrite it from scratch.
End of list
Rust made the same mistake that C++ made, otherwise it might’ve been a viable option. Now instead debugging a memory issue for 3 days, I think a month on how to architect my software, just to scrap that 5 months later and rewrite it from scratch.