|
|
|
|
|
by GMoromisato
763 days ago
|
|
Isn't soft-delete just a variant of having a lifecycle? The article tries to distinguish it by saying that the lifecycle pattern is implemented at the app-layer instead of the database layer, but isn't their criticism of soft-delete that the app-layer has to deal with it? Maybe a better recommendation is to give guidelines for implementing soft-delete? |
|