We're a place where coders share, stay up-to-date and grow their careers.
Instead of "destroy" you should use "clean" like in "make clean" ;) Destroy sounds too harshful imho!
I usually have a "clean" script that deletes just the build artifacts. Hence the reasoning behind the name "destroy", as hopefully devs will know it applies to destroying all artifacts and dependencies.
then go with "cleanall", as destroy implies removing something that cannot be recuperated easily. My 2 cents ;)
Instead of "destroy" you should use "clean" like in "make clean" ;) Destroy sounds too harshful imho!
I usually have a "clean" script that deletes just the build artifacts. Hence the reasoning behind the name "destroy", as hopefully devs will know it applies to destroying all artifacts and dependencies.
then go with "cleanall", as destroy implies removing something that cannot be recuperated easily. My 2 cents ;)