I am updating the address book application. I have an idea that the user can edit the contact parameters, some parameters are stored in the address book, and some in the master data object. I have a dilemma with two options -
- immediately make changes to the Address Book and the main data and save the changes when the user clicks the button.
- only when the user clicks the save button, read the final result of the change, then write it and save it in the address book and data core.
Itβs hard for me to decide, mainly because I donβt know exactly what the prices of each method are? itβs easier for me to write the changes right away, and I believe that in this way the user interface will be more receptive, since memory usage is divided into small operations.
Thanks for any advice.
shani
source
share