Open
Description
SmalltalkImage>>#cleanUp:except:
says:
"Clean up. When aggressive is true, this will destroy projects, change sets, etc.
Leave out any classes specifically listed in exclusions."
"Smalltalk cleanUp: true except: {Project. ChangeSet}"
However, this leaves a lot of room for interpretation: Should I remove any user data (e.g., caches, logs, settings) in my applications if aggressive
is false? I assume yes for caches, but I am not sure about the others.
Maybe we can find a decision for such cases and document this in the comment cited above.