This repository was archived by the owner on Feb 3, 2023. It is now read-only.
This repository was archived by the owner on Feb 3, 2023. It is now read-only.
Dept-of-names-dpt: callback/callable API fn #224
Open
Description
Currently we have named developer callable functions (like commit()
) "API functions" and we have named holochain callable functions (like genesis()
) "callback functions" following what we did in the go version.
In reality both of these are API functions, and "callback" isn't the correct word because it suggests to the developer that the calling from the system follows from some initial call made by the developer, which is not the case.
We need terms to distinguish these two types of API functions based on "who" calls them, the developer, or the Holochain system.