Skip to content

Instantly share code, notes, and snippets.

@howarddierking
Created April 17, 2018 16:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save howarddierking/79f5c713012cbd76350b164507266d05 to your computer and use it in GitHub Desktop.
Save howarddierking/79f5c713012cbd76350b164507266d05 to your computer and use it in GitHub Desktop.
How we tech
function HowWeTech(someTech){
declare(`${someTech} is awesome - let's use it!!!`);
warn(`but it's possible to abuse ${someTech}`);
abuse(someTech);
blame(someTech, `it was able to be abused!!`);
let ourTech = createLesser(someTech);
try {
use(ourTech);
} catch (e) {
declare(`hey, have you seen ${someNewTech}??`);
HowWeTech(someNewTech);
}
}
@dukeluke16
Copy link

dukeluke16 commented Apr 19, 2018

Do you want to report the contents of this gist as abuse?

typing

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