Hacker News new | ask | show | jobs
by Insanity 362 days ago
Assuming storage cost is not a huge concern, I’m a big fan of soft deletes everywhere. Also leaves an easy “audit trail” to see who tried to delete something.

Of course - there are exceptions (gdpr deletion rules etc)