Created
January 18, 2019 14:12
-
-
Save MarcoNicolodi/f72f69563b9f4e017b1d7fbb200c53f7 to your computer and use it in GitHub Desktop.
Chain of responsibility
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!hasEffectiveness) return approve ? "approvedOff" : "reprovedOff"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment