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

Refactoring #451

Closed
haesleinhuepf opened this issue Dec 30, 2024 · 0 comments
Closed

Refactoring #451

haesleinhuepf opened this issue Dec 30, 2024 · 0 comments

Comments

@haesleinhuepf
Copy link
Owner

The code in _ai_github_utilities.py is a bit polluted. Create a new folder _ai_github_utilities and move the function "comment_on_issue" to a "comment_on_issue.py" file. Also move all functions that are used in "comment_on_issue" to the same file. Also create a "solve_issue" file with the same strategy. If there are functions called from comment_on_issue and solve_issue, put them in utilities.py in the same folder. Also create a init.py in the same folder that imports all functions which were formerly located in _ai_github_utilities.py .

Make sure the code is still runnable and avoid breaking changes under all circumstances.

git-bob implement this.

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

Successfully merging a pull request may close this issue.

1 participant