Page 1 of 1

Why reset()?

PostPosted: 21 Aug 2011, 13:53
by Max mtg
I've seen a lot of times reset() method being used instead of just disposing an object and acquiring a new one.
Why is that? Is that a project-wide policy? Do I have to .reset() things in my new code too?