Skip to content

Instantly share code, notes, and snippets.

@adrian-afergon
Created December 17, 2018 20:11
Show Gist options
  • Save adrian-afergon/1805376e5adf0d29d78a912104c7ec3a to your computer and use it in GitHub Desktop.
Save adrian-afergon/1805376e5adf0d29d78a912104c7ec3a to your computer and use it in GitHub Desktop.
// js code:
const id = 'irrelevant'
const character = getCharacterBy(id);
character.run();
@adrian-afergon
Copy link
Author

Perfect, we have a cpde where we retrieve a character and said to it that runs... What could fail? or better... could not.

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