To persist or not to persist

David New dave@bespin.dhs.org
Wed, 13 Oct 1999 16:22:11 -0700 (PDT)


Well the answer to that question is rather simple.  If you had to
explicitly save than it would not be persistant storage.  At a high level
however, we must understand that as far as the programming language and
compiler/interpreter are concerned, whatever the programmer does is
correct in the first place.  Therefore, you should probably just stick
with persistant storage and explicite deletion.

David New