| 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 |
Created
August 25, 2018 18:26
-
-
Save itsMapleLeaf/ffa412a7d2dc38ab88456a557ed8eb7d to your computer and use it in GitHub Desktop.
function prefixes and what they mean in my brain
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment