62. Stop making your updates so intrusive. I open an app to use it. if you force me to stop and update it first i forget what I opened it to do. this is user hostile behavior. Ideally, users should not be bothered about updates at all- but unfortunately they a necessary.
a less intrusive pattern is asking for permission to download and install an update on app EXIT.
just don’t ask using a blocking modal dialog, for the love of durga.
the least intrusive pattern of all is web apps that are just automatically always the latest version, and at worst, occasionally ask you to reload your browser so the front end matches the back end.
this is a tradeoff of course because those updates happen without consent.