-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Operations Layer
-
None
-
Empty show more show less
We have write command wire protocol primitives, but they all forward to the command primitive, meaning each of our write operations can just inherit from CommandOperation and execute like all other commands. This would reduce the amount of code dupe for constructing these commands, and logically move command construction to the operation layer.