9
2

Modern Tools for Hunting Undefined Behavior in C

4mon 16d ago by lemmy.world/u/monica_b1998 in c_lang@programming.dev from slicker.me
  1. Don't write in languages with UB.

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.