Andrzej On Software
How to properly handle deleting an object in a business system?
- Author: Vários
- Narrator: Vários
- Publisher: Podcast
- Duration: 0:05:53
- More information
Informações:
Synopsis
You can hard-delete an object, you can also use a boolean flag "deleted", you can use a datetime field called "deleted_at". You can also have a record per each deletion. Finally, you can just use events.What's best?