Can anyone explain to me what is the point of non-recursive versions of the cleanup operators?
Who in their right mind would ever want to use a non recursive one? Non-recursive in this context just means broken, or not doing the job completely.
The non-recursive versions currently serve only two purposes:
- The clutter the clean up menu section UI
- They confuse new users
The non-recursive operators need to be removed and the recursive operators just need to have the word “recursive” removed from their names. Right now, we have UI bloated with options no one wants to use or should use.