Skip to content

Instantly share code, notes, and snippets.

@withinboredom
Created November 11, 2017 19:04
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 withinboredom/c495853eac8fab360095fc7ed96689dc to your computer and use it in GitHub Desktop.
Save withinboredom/c495853eac8fab360095fc7ed96689dc to your computer and use it in GitHub Desktop.
woops
import handleEvent from "./bad_file.js";
const example = handleEvent( {
eventHandler: true,
flow: true,
domainEvent: true,
services: true
} );
example( funcThatReturnsTrueInsteadOfCallbackBecauseOfBug() );
// uh oh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment