Skip to content

Instantly share code, notes, and snippets.

@JoaoCnh
Last active July 9, 2017 20:16
Show Gist options
  • Save JoaoCnh/ad8334653f887201166cf6487c4783e8 to your computer and use it in GitHub Desktop.
Save JoaoCnh/ad8334653f887201166cf6487c4783e8 to your computer and use it in GitHub Desktop.
bad code
if (data.length === 0 && helperClass.isValid(Math.ceil(data.someValue))) {
runFunctionA(data);
} else {
runFunctionB(data);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment