SOFT delete is this a good idea or a bad idea?
Posted
by Khou
on Stack Overflow
See other posts from Stack Overflow
or by Khou
Published on 2010-03-31T01:22:44Z
Indexed on
2010/03/31
1:23 UTC
Read the original article
Hit count: 450
Is soft delete a good idea or a bad idea?
Instead of actually deleting the data, you would flag it as "IsDeleted" = true, upon recovery you just flag it as "False".
Is this a good idea?
© Stack Overflow or respective owner