Skip to content

Instantly share code, notes, and snippets.

@mohamed-gara
Created March 27, 2019 21:24
Show Gist options
  • Save mohamed-gara/5309cee69171c41d82ccc34c0fd00d7c to your computer and use it in GitHub Desktop.
Save mohamed-gara/5309cee69171c41d82ccc34c0fd00d7c to your computer and use it in GitHub Desktop.
const customerOrders = findOrdersBy(customerId); // instead of findOrdersByCustomer(customerId)
const userOrders = findOrdersBy(creatorId); // instead of findOrdersByCreator(creatorId)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment