for a few OBVIOUS reasons like it's just good code practice ... if i dont set say var_b correct but reassign var_a ... this can cause issues ... for various "tasks" i think i need to A) pinpoint the common vars I used ... and B) pinpoint the "end of that task" so i can unset the vars there
for a few OBVIOUS reasons like it's just good code practice ... if i dont set say var_b correct but reassign var_a ... this can cause issues ... for various "tasks" i think i need to A) pinpoint the common vars I used ... and B) pinpoint the "end of that task" so i can unset the vars there