Skip to content

Instantly share code, notes, and snippets.

@taingmeng
Last active November 17, 2019 13:04
Show Gist options
  • Save taingmeng/1ba74e44e62f2b22e0d63e9330edc4ee to your computer and use it in GitHub Desktop.
Save taingmeng/1ba74e44e62f2b22e0d63e9330edc4ee to your computer and use it in GitHub Desktop.
Example of ambiguous naming
const cc = async (v, b, q) => {
const rate = await currency.fetchRate(b, q);
return v * rate;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment