This is a sample file created to fit my needs in development.
Sometimes you need some words with a different format, like italic or bold, like the first word.
Some people think a blockquote is enough to tell something important.
Using a common comparison: Compare a car with a jet. Jet can travel faster, further, but requires a lot of knowledge.
/** | |
* Parse all forms and returns a valid PHP code to use with codeception acceptance tests. | |
*/ | |
var formFixtureGenerator = { | |
init: function () { | |
if (typeof jQuery !== "function") { | |
console.error("Jquery required"); | |
} | |
let data = this.extract(); |
Making your project browser backward compatible is a big mistake.
They will keep old software running with all security issues that this involve
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 ?)
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.