|
|
|
|
|
by Ruud-v-A
3026 days ago
|
|
You should not write a CRUD app in 2018. Update and delete are remnants from the times where memory and disk were expensive, and update in place was a necessity. This is no longer the case. Apart from a few very specialised use cases, there is no need any more for update or delete. Record new facts and don’t destroy the older ones. |
|
If a users wants data deleted they want the data DELETED, not kept for a hacker to hoover up in a few years time.