-
Couldn't load subscription status.
- Fork 5
Closed
Labels
procedureAction that must be executedAction that must be executed
Milestone
Description
The naming of GRPC functions/commands and message types is getting confusing. We need to have a standard way of naming with:
- Prefix - use this for hierarchical grouping
- Name - use this for the main intention
- Suffix - use this for creating variants
This is a renaming procedure, no new functionality should be done. But we may identify things that are missing or types that can be merged together.
Do note that all GRPC commands requires an input message type and an output message type.
Tasks
-
- Identify all major prefixes
-
- Identify major variants
-
- Rename all commands and types
-
- Change the usage of the functions across the rest of the codebase
Metadata
Metadata
Assignees
Labels
procedureAction that must be executedAction that must be executed