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: Provide consistent identicalTo() methods #3373

Merged
merged 17 commits into from
Mar 8, 2025

Conversation

claremacrae
Copy link
Collaborator

Types of changes

Thanks to @ilandikov for pairing on this to help me get it to the finishing line.

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

  1. Clearly divide up the responsibilities for checking whether 2 objects have identical content.
  2. Remove from Task and fields that are now also present in ListItem.

Motivation and Context

With the addition of ListItem, we had ended up with some overlap in the responsibilities of:

  • ListItem.identicalTo()
  • Task.identicalTo()

This PR adds equivalent methods to TasksFile and TaskLocation, so that each layer is responsible for checking its own fields.

How has this been tested?

Automated tests.

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 the type: internal Only regards development or contributing label Mar 8, 2025
Copy link

sonarqubecloud bot commented Mar 8, 2025

@claremacrae claremacrae merged commit 34f3a09 into main Mar 8, 2025
4 checks passed
@claremacrae claremacrae deleted the refactor-identicalTo branch March 8, 2025 19:43
@claremacrae claremacrae changed the title refactor: Provide consistent identicalTo() methods refactor: Provide consistent identicalTo() methods Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: internal Only regards development or contributing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant