|
|
|
|
|
by HigherPlain
1524 days ago
|
|
I think people here are underestimating how difficult it is to implement is_deleted in a production system. Literally EVERY query has to be rewritten to reflect the new database schema. If it's not been implemented from the start then you have a considerable re-write, and usually this type of project will not be revenue generating. |
|
I'm just saying: It doesn't need to be a considerable rewrite, it really depends on how your ORM or data layer is implemented.