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

Turn functions into class #22

Open
gooseops opened this issue Nov 23, 2023 · 1 comment
Open

Turn functions into class #22

gooseops opened this issue Nov 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@gooseops
Copy link
Owner

Information

  • Currently all logic is built around python functions
  • It will be better for namespacing and project organization to convert these to a class that can be passed around
  • Views are riddled with variable passing

Deliverables

  • Design 1 or more classes to better make use of available functions as methods in order to clean up views.
@gooseops gooseops added the enhancement New feature or request label Nov 23, 2023
@gooseops gooseops transferred this issue from another repository Feb 1, 2024
@gooseops
Copy link
Owner Author

gooseops commented Feb 1, 2024

This is for goose-weather

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
None yet
Development

No branches or pull requests

1 participant