Refactor
From DmWiki
To refactor your code means to move and rename things around. Move functions to different source files where they most probably better fit, change class names to better suit their purpose. Make functions private instead of public because it's better the client doesn't directly use that function, and various stuff like that.
