-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Type: Code HygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.good first issue
Milestone
Description
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 the CLIContext 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
- Not duplicate issue
- Appropriate labels applied
- Appropriate contributors tagged
- Contributor assigned/self-assigned
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type: Code HygieneGeneral cleanup and restructuring of code to provide clarity, flexibility, and modularity.General cleanup and restructuring of code to provide clarity, flexibility, and modularity.good first issue