Modality
- Modal: tell/ask the user if online or not.
- User must remember to switch modes.
- Bad when connection is flaky.
- Local store can't be used when online.
- Modeless: always use local store, frequent syncs up.
- Harder to implement.
- Harder to test due to asynchronous behavior.b
José M. Vidal
.
17 of 20