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

Feature: Reorder Depcode functions and make appropriate functions private #180

Closed
yardasol opened this issue Dec 7, 2022 · 0 comments
Closed

Comments

@yardasol
Copy link
Contributor

yardasol commented Dec 7, 2022

Background and motivation

As raised in #172, and #174, the abc.py filename is confusing.

Additionally, there are many functions in the Depcode child classes that have functions that should be private but are not. This can be confusing when reading web-hosted documentation.

Additionally, the functions in the Depcode classes need to be reordered to fit the first-executed first-in-code format.

Description of idea

Do the above after all Depcode work is done.

Implementation details

See above.

Potential snags

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant