Skip to content

Instantly share code, notes, and snippets.

@itsMapleLeaf
Created August 25, 2018 18:26
Show Gist options
  • Select an option

  • Save itsMapleLeaf/ffa412a7d2dc38ab88456a557ed8eb7d to your computer and use it in GitHub Desktop.

Select an option

Save itsMapleLeaf/ffa412a7d2dc38ab88456a557ed8eb7d to your computer and use it in GitHub Desktop.
function prefixes and what they mean in my brain
prefix meaning
create creates information
get retreives information
fetch gets something from the network, doesn't store it or anything
load gets something from the network and stores it somewhere
store accepts a value and stores it somewhere
is deals with a boolean state
handle respond to some event
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment