Closed djrtwo closed 6 years ago
OrderView is pretty much the same as BinaryView and IntegerView. These guys should all inherit from some common view like ValueView.
Hmm. The gains here are relatively minor (and the codebase might actually suffer in terms of readability - given how much inheritance we got going on now).
Closing for now.
Issue
OrderView is pretty much the same as BinaryView and IntegerView. These guys should all inherit from some common view like ValueView.
Proposed Implementation