You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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? …)
The text was updated successfully, but these errors were encountered:
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? …)
The text was updated successfully, but these errors were encountered: