Code cleanup refers to the act of writing code
so that it cleans up leftover data structures and other unwanted materials from memory and the filesystem.
It is sometimes treated as a synonym of refactoring code,
which involves making the source code itself easier to understand, maintain, and modify