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

Problem: Internal functions in AMClient.py aren't clearly delineated from subcommand functions #63

Open
ross-spencer opened this issue May 2, 2018 · 0 comments

Comments

@ross-spencer
Copy link
Contributor

As a developer new to amclient.py I want to be able to quickly see which functions we want to expose as subcommands and which we want to use internally only. This helps me to see that a subcommand has been configured appropriately. This should promote ease of maintenance.

E.g. def get_next_package(self, next_path) we use at the module level only and cannot be exposed as a subcommand to the client when used on the terminal.

@ross-spencer ross-spencer changed the title Problem: Internal functions in AMClient aren't clearly delineated from subcommand functions Problem: Internal functions in AMClient.py aren't clearly delineated from subcommand functions May 2, 2018
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