Modern Tools for Hunting Undefined Behavior in C

https://slicker.me/c/ub_hunting_tools.html

9 points · 2 comments · view on lemmy.world

2 Comments

umt@lemmynsfw.com · -5 pts · 196d (1 reply)
  1. Don't write in languages with UB.

End of list

x74sys@programming.dev · 1 pts · 77d

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.