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

refactor: Introduce FileParser class #3224

Merged
merged 25 commits into from
Dec 6, 2024
Merged

refactor: Introduce FileParser class #3224

merged 25 commits into from
Dec 6, 2024

Conversation

claremacrae
Copy link
Collaborator

@claremacrae claremacrae commented Dec 6, 2024

Types of changes

Internal changes:

  • Refactor (prefix: refactor - non-breaking change which only improves the design or structure of existing code, and making no changes to its external behaviour)
  • Tests (prefix: test - additions and improvements to unit tests and the smoke tests)

Description

  • Convert parseFileContent() in to a class FileParser.
  • By making some parameters fields, I can start extracting methods that have a reasonable number of parameters themselves.
  • Initially, the big win is the extraction of FileParser.parseFileContent(), which greatly reduced the complexity of FileParser.parseLine()

Note that some of the new fields may turn out to be redundant - but I wanted to merge progress so far, why the diffs are still moderately readable.

Note that because of a change in indentation in some of this code, the diffs are easier to read in this Web UI if enabling GitHub's 'Hide whitespace' option:

image

Motivation and Context

Preparing to fix:

How has this been tested?

  • Automated tests
  • Exploratory testing

Checklist

  • My code follows the code style of this project and passes yarn run lint.
  • My change has adequate Unit Test coverage.

Terms

@claremacrae claremacrae added type: internal Only regards development or contributing scope: parsing markdown See also 'scope: global filter' labels Dec 6, 2024
@claremacrae claremacrae changed the title Refactor file parser refactor: Introduce FileParser class Dec 6, 2024
Copy link

sonarqubecloud bot commented Dec 6, 2024

@claremacrae claremacrae merged commit 4a7a530 into main Dec 6, 2024
4 checks passed
@claremacrae claremacrae deleted the refactor-FileParser branch December 6, 2024 13:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: parsing markdown See also 'scope: global filter' type: internal Only regards development or contributing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant