In a brand new program where space isn\'t really that big a deal, is it better to delete a row or to disable a row by let\'s say a boolean \"Disabled\" and have the program
I am creating a CRUD and i'm facing the same problem.
Solution : The D of CRUD should disable instead of delete.
Problems:
Big Problem