Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleTo Keep or To Delete?
If (Do I need this file ever again) == TRUE:
	If (Easy to reproduce) == TRUE:
		Keep the input files and compute again when I need it
	Else:
		Keep everything //except temporary files
Else:
	If (Am I SURE???) == TRUE:
		Delete them
	Else: // Uh.... Not Sure....
		If (Easy to reproduce) == TRUE:
			Keep the input files and compute again when I need it
	Else:
		If (Do I know how to use Tape Storage) == TRUE:
			Put them on tape storage
		Else:
			Talk to Sung

...