rus_roulette
v1.0.4
Published
With todays technologies making good ol' simple coding runtime errors become harder and harder. Russian Roullete mission is to make your code unsafe again.
Downloads
6
Readme
rus_roulette
With todays technologies making good ol' simple coding runtime errors become harder and harder. Russian Roullete mission is to make your code unsafe again.
Powered by ES2015 proxies . Equipped with the latest es6 arrow functions. We are proud to present you russian roulette .
Installation
With npm
npm i rus_roulette
Example
All you need to do, is pass your favorite object to the roulette, use it as you would normally.. and just wait for it. sooner or later, you'll get a runtime error.
import roulette from 'russian_roulette'
const perfectlySafeObject = {perfectlySafeProp: 'PerfectlySafeValue'}
const perfectlySafeObjectWinkWink = roulette(perfectlySafeObject)
console.log(perfectlySafeObjectWinkWink.perfectlySafeProp)
Should I use this?
Only if you truely love your manager
Disclaimere
Use at your own risk, may cause unexpected behaviours
License
russian_roulette is available under the MIT license.