You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: