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

run_neon: Rework to avoid passing individual arguments #2887

Open
samsrabin opened this issue Nov 18, 2024 · 0 comments
Open

run_neon: Rework to avoid passing individual arguments #2887

samsrabin opened this issue Nov 18, 2024 · 0 comments
Labels
code health improving internal code structure to make easier to maintain (sustainability)

Comments

@samsrabin
Copy link
Collaborator

Having to pass individual arguments out of get_parser() and into various functions makes development difficult and mistakes easy. It would be better to put all arguments/options into the args structure and just pass that around.

@samsrabin samsrabin added the code health improving internal code structure to make easier to maintain (sustainability) label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health improving internal code structure to make easier to maintain (sustainability)
Projects
None yet
Development

No branches or pull requests

1 participant