Closed jamesjuett closed 8 months ago
In my live slides, I've updated the advice to explicitly recommend against nulling pointers to prevent them from dangling. The proper solution is to use scope to avoid dangling pointers.
In my live slides, I've updated the advice to explicitly recommend against nulling pointers to prevent them from dangling. The proper solution is to use scope to avoid dangling pointers.