Conseil
Conseil copied to clipboard
Define a consistent naming standard for database operations methods
We currently have a minor inconsistency in how methods are called in the TezosDatabaseOperations
.
There are generic write
, more specific insert
and upsert
.
We might want to establish a naming model and outline it in the class itself for future reference.