These verbs seem to be used fairly synonymously and randomly in the backend (e.g. find in DAOs, get in many other places. Occasionally fetch,load).
We should discuss if we want to use just one or if we want to encode specific differences (e.g. do we expect the lookup to do a linear search or is it instant? does it fetch something via HTTP/grpc? …)
These verbs seem to be used fairly synonymously and randomly in the backend (e.g. find in DAOs, get in many other places. Occasionally fetch,load).
We should discuss if we want to use just one or if we want to encode specific differences (e.g. do we expect the lookup to do a linear search or is it instant? does it fetch something via HTTP/grpc? …)