Skip to content

Function naming in backend: get/find/fetch/load #8203

@fm3

Description

@fm3

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? …)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions