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

Refactor and document the core/transforms.py module #141

Closed
riley-harper opened this issue Jun 28, 2024 · 0 comments · Fixed by #148
Closed

Refactor and document the core/transforms.py module #141

riley-harper opened this issue Jun 28, 2024 · 0 comments · Fixed by #148
Labels
documentation Improvements or additions to documentation refactoring

Comments

@riley-harper
Copy link
Contributor

This module has a very large function generate_transforms() with several other functions defined inside of it. It's fairly difficult to understand this function. I'd like to refactor the functions so that they're each defined at the module level and document each of them.

@riley-harper riley-harper added refactoring documentation Improvements or additions to documentation labels Jun 28, 2024
riley-harper added a commit that referenced this issue Jun 28, 2024
Now it no longer captures variables from the generate_transforms() function, so
we should be ready to move it up to the module level.
riley-harper added a commit that referenced this issue Jun 28, 2024
I've made this private since it's intended for module use only.
riley-harper added a commit that referenced this issue Jun 28, 2024
…elections()

Pass arguments into the function instead of capturing them from the
environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation refactoring
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant