Original Post
Hey I have bumped into a lot of code that uses a Cleanup() member function for their classes instead of using the destructor. I have found myself starting to mix both alternatives which feels bad and I'd rather want to be consistent. What are the pros and cons? What's your opinion?
EDIT: The same question goes for the constructor and Init().
EDIT: The same question goes for the constructor and Init().