Hacker News new | ask | show | jobs
by geoffpado 2092 days ago
> as an iOS dev, I Have Questions on how the app came to be architected such that a network outage erases the app's settings

Never storing it in the first place. Too many apps I’ve worked on have been of the opinion that being on a phone means you always have internet access, so why not eliminate cache invalidation issues by just storing all of your data on a server instead of locally?