I'd change that into this: Protip: Never use pointers unless you've thoroughly tested them for bugs (ie memory leaks too)
What?
No, it should be:
Dont use pointers unless you know how to use them. Also dont use them unless you have good debugging tools to find out why you have heap corruption.