Should a web app have automatic updates?

后端 未结 5 617
一向
一向 2021-01-26 14:02

After seeing some of the problems that Microsoft has had upgrading people from Internet Explorer 6 and also seeing how Firefox has automatic updates, it\'s made me consider the

5条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-26 14:34

    If I have it straight: Some users will go to a website to use your system while others will download a binary?

    In that case, I'd force the download folks to upgrade. What if you make a change to the underlying database that effects how the client interacts with it? It'd be a pain to write every new version to work with those stubborn people using version 0.1 when you're already on version 4.0.

    I'm assuming the web app and the downloaded binaries are using the same database. If you have a setup where an organization maintains it's own database, definitely do not force updates.

提交回复
热议问题