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

Move reusable code from scripts into utility.py #6

Open
2 tasks done
OmarAI2003 opened this issue Jan 25, 2025 · 0 comments
Open
2 tasks done

Move reusable code from scripts into utility.py #6

OmarAI2003 opened this issue Jan 25, 2025 · 0 comments
Labels
feature New feature or request help wanted Extra attention is needed refactor Refactor code to improve quality

Comments

@OmarAI2003
Copy link
Contributor

Terms

Description

Description:
During today's bi-weekly Sync session, we discussed moving reusable parts of the code from various scripts into a utility.py file to improve code organization and reusability. This will help improve code organization and maintainability. By consolidating shared logic into utility.py, it will be easier to avoid redundancy and make future changes more efficient.

Tasks:

  1. Identify reusable functions/logic in the scripts.
  2. Move them into a new or existing utility.py file.
  3. Update the scripts to import and use the functions from utility.py.
  4. Test the changes to ensure everything works at least as before.

Contribution

I plan to work on this issue before tackling other open ones, as it will give me a deeper understanding of the codebase and help me contribute more effectively to related tasks.

@OmarAI2003 OmarAI2003 added the feature New feature or request label Jan 25, 2025
@andrewtavis andrewtavis moved this from Todo to In Progress in activist Board Jan 26, 2025
@andrewtavis andrewtavis added help wanted Extra attention is needed refactor Refactor code to improve quality labels Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request help wanted Extra attention is needed refactor Refactor code to improve quality
Projects
Status: In Progress
Development

No branches or pull requests

2 participants