Hacker News new | ask | show | jobs
by jibalt 3447 days ago
"but its usually clear to the programmer when they are doing something dangerous"

Um, no. Every pointer is fundamentally unsafe, and a lot of C++ code is written with pointers through and through.