Not refactoring, but cleaning whitespace issues, formatting, etc...
I have a habit of arranging my functions as follows (ordering by function name length):
Code: Select all
ctor()
dtor()
public:
private:
protected:I picked up that habit in like Gr. 9 Algebra and have done it ever since...
What kind of cleaning/janitorial work do you perform on your source codes?