I would like to ask about saving method. Is it a mistake to save data after each change of model instead of saving it before page unloads? If I am not mistaken, the effect should be the same...
Tue, 09/22/2015 - 14:48
#1
Save data after each change?
Sure, you may also save to persistent storage after each change. That doesn't hamper the functionality. Whil this is in fact a MUST In a multi-user app that is accessed by multiple users at the same time, we don't need to do that in a single-user app.