nail-corpse-in-upright-position
Are exceptions screwing up your production game? Don't let those pesky things affect your error metrics, nail that corpse upright and pretend everything is okay!
Usage:
const nailCorpseInUprightPosition = ; @ { throw 'fart'; // Errors no more! }
Getting rid of stupid logs:
const nailCorpseInUprightPosition = ; @ { throw 'fart'; // Errors (and annoying logs) no more! }
Handling errors (y tho?)
const nailCorpseInUprightPosition = ; @ { throw 'fart'; // Errors (and annoying logs) no more! }