Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor redundant decodable "item" components #4

Open
rmw2 opened this issue Apr 7, 2018 · 0 comments
Open

Refactor redundant decodable "item" components #4

rmw2 opened this issue Apr 7, 2018 · 0 comments
Labels
refactor An area of code that could be improved, cleaned up, or made more understandable

Comments

@rmw2
Copy link
Owner

rmw2 commented Apr 7, 2018

The stack, static sections, heap, and even register components all have very similar 'item' components, which consist of a group of bytes, represented by a FixedInt, that can be toggled between several different decodings. There are subtle differences in the presentation of each, but it would be nice if they could inherit from a common "DecodableItem" or something.

@rmw2 rmw2 added the refactor An area of code that could be improved, cleaned up, or made more understandable label Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor An area of code that could be improved, cleaned up, or made more understandable
Projects
None yet
Development

No branches or pull requests

1 participant