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

[change] Refactor core logic of gadget to reuse modules #4

Open
FrankC01 opened this issue Jan 4, 2023 · 0 comments
Open

[change] Refactor core logic of gadget to reuse modules #4

FrankC01 opened this issue Jan 4, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FrankC01
Copy link
Owner

FrankC01 commented Jan 4, 2023

In some gadgets, to-do for example, the logic is in the same module as the CLI parser. The entry points to the core functions may also have dependency on argparse.Namespace to do there thing making it unusable to outside calling.

This effort will be to break out the core logic of a package/gadget to to their own module(s) within the package namespace.

@FrankC01 FrankC01 added the enhancement New feature or request label Jan 4, 2023
@FrankC01 FrankC01 self-assigned this Jan 4, 2023
@FrankC01 FrankC01 changed the title [change] Refactor core logic of gadget to usable modules [change] Refactor core logic of gadget to reuse modules Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant