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

[GPT-Codemaster] Fixes issue #3: Refactor ClassExtractorCSharp #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

This Pull Request was created automatically by GPT-Codemaster
Resolves #3

@dex3r
Copy link
Owner

dex3r commented Mar 31, 2023

/reviewpad summarize

@reviewpad
Copy link
Contributor

reviewpad bot commented Mar 31, 2023

AI-Generated Pull Request Summary: This pull request contains a patch that refactors the ClassExtractorCSharp class in the AiProgrammer.CodeProcessing namespace. The changes improve code readability and maintainability by breaking down the GetClassContentWithSelectedMethodBodies method into smaller, more manageable methods. In particular, the new methods include IsNamespaceDeclaration, HandleNamespaceDeclaration, IsClassDeclaration, HandleClassDeclaration, HandleNextLineNamespace, HandleNextLineClass, and ProcessLine.

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.

Refactor ClassExtractorCSharp
1 participant