CLIContext // Codec #4479
Labels
good first issue
Type: Code Hygiene
General cleanup and restructuring of code to provide clarity, flexibility, and modularity.
Milestone
Summary
Many places in client-land we pass a
CLIContext
object and a codec to respective handlers, methods, and functions. This is completely unnecessary afaik due to theCLIContext
already having the codec set. A lot of interface/function/method signatures can be cleaned up by removing the need for a codec as an argument./cc @rigelrozanski @jackzampolin @fedekunze
For Admin Use
The text was updated successfully, but these errors were encountered: