Never delete entries? Good idea? Usual?

前端 未结 10 577
感动是毒
感动是毒 2020-12-08 11:32

I am designing a system and I don\'t think it\'s a good idea to give the ability to the end user to delete entries in the database. I think that way because often then end u

10条回答
  •  执笔经年
    2020-12-08 12:00

    I prefer the method that you are describing. Its nice to be able to undo a mistake. More often than not, there is no easy way of going back on a DELETE query. I've never had a problem with this method and unless you are filling your database with 'deleted' entries, there shouldn't be an issue.

提交回复
热议问题