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

Audit code for duplicate functions, or functions that could use clearer names #71

Open
erichte-ibm opened this issue Oct 6, 2023 · 0 comments
Milestone

Comments

@erichte-ibm
Copy link
Collaborator

This is part of the eventual greater refactor to try to share code between the backends as best as possible. Functions should have clear names describing what they do, and ideally do as little as possible to avoid massive monolith functions with excessive levels of indentation. Duplicate functions should be merged into some common code.

This also refers to an eventual rework of generic.c, perhaps a common/ source directory.

@erichte-ibm erichte-ibm added this to the future milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant