Skip to content

Instantly share code, notes, and snippets.

@MarcoNicolodi
Created January 18, 2019 14:12
Show Gist options
  • Save MarcoNicolodi/f72f69563b9f4e017b1d7fbb200c53f7 to your computer and use it in GitHub Desktop.
Save MarcoNicolodi/f72f69563b9f4e017b1d7fbb200c53f7 to your computer and use it in GitHub Desktop.
Chain of responsibility
if (!hasEffectiveness) return approve ? "approvedOff" : "reprovedOff";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment