Skip to content

Instantly share code, notes, and snippets.

@Eseperio
Created October 12, 2017 16:53
Show Gist options
  • Save Eseperio/06b90989814bc4b8cf44cbbd4335cc51 to your computer and use it in GitHub Desktop.
Save Eseperio/06b90989814bc4b8cf44cbbd4335cc51 to your computer and use it in GitHub Desktop.
How to enable browser backward compatibility with three words

DON'T DO IT

Making your project browser backward compatible is a big mistake.

Is a big problem for:

Users

They will keep old software running with all security issues that this involve

Developers

They will spend a lot of time and money trying to make something work for a few number of users that does not care about secutity and updates (remember WannaCry and all those XP os running after product EOL ?)

Helpdesk departments

If you accustom to people that even in a IE8 internet works then, when something does not work they will ask the corresponding IT department complaining about why it does not work, spending a lot of human resources and money.

If you are a good developer keep your application up to date and work in forward compatibility, not backwards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment