@dev One of these things is a dangerous tool that makes it easy to shoot yourself in the foot. The other is a handgun.
One of these things might be regulated by the government?
@dev once long ago, a friend (who was a hardware engineer dabbling in software) asked me to help him with a compiler error. He copy-pasted me the code, and I started looking for the bug, but then a few minutes later he replied saying he'd fixed it. I asked him how he'd solved it, and he told me that he'd changed all the pointers to void.
"That won't fix the problem," I said, "it will just move it to run-time."
He replied, "run-time is overrated".
(He was back a few minutes later)
@dev DON'T TREAD ON MY MEMORY!
(I'm already doing that because I failed to initialize a pointer that I allocated on the stack a few hundred thousand instructions ago, and it was filled with random junk and now I'm indirecting through it. LOL YOLO.)