Skip to content

Refactoring - Organize functions from core.py into classes #367

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

Draft
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

IrvingMg
Copy link
Collaborator

@IrvingMg IrvingMg commented Feb 6, 2025

Fixes / Features

  • Refactoring. Organize functions from core.py into classes.

Testing / Documentation

Testing details.

  • [ y/n ] Tests pass
  • [ y/n ] Appropriate changes to documentation are included in the PR

@IrvingMg IrvingMg force-pushed the refactor-group-classes branch from 2b3de73 to 9e7e27f Compare February 12, 2025 16:13
@IrvingMg IrvingMg force-pushed the refactor-group-classes branch 5 times, most recently from 1565531 to 70b9ac8 Compare February 13, 2025 17:40
add_zone_and_project(args)
GCloudContextManager.add_zone_and_project(args)
cluster_manager = ClusterManager(args, system)
capacity_manager = CapacityManager(args)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May I ask you not to use args in new implementations of classes? Please pass required parameters in constructor.

@IrvingMg IrvingMg force-pushed the refactor-group-classes branch 12 times, most recently from 6faea23 to 4739884 Compare March 5, 2025 12:58
@IrvingMg IrvingMg force-pushed the refactor-group-classes branch from 4739884 to c9d6d36 Compare March 5, 2025 13:02
@IrvingMg
Copy link
Collaborator Author

IrvingMg commented Mar 5, 2025

Splitting this PR into smaller ones:

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

Successfully merging this pull request may close these issues.

2 participants