Deleted entity - Logical deleting
Wanzaz opened this issue · 0 comments
Wanzaz commented
- If the entity is deleted it still remains in the file with not deleted data -> that is big problem because if you wanna work with the data from the file you would have to put into every function that works with the data:
if (!entity.deleted) {
// do something
}
- It is inefficient so we have to fix it!